ap

Queue manager meant to be used as an audio player
git clone git://jacobedwards.org/ap
Log | Files | Refs | README | LICENSE

Makefile (112B)


      1 name = apc
      2 src = apc.c
      3 ldlibs = ../lib/ap/libap.a
      4 cflags = -I../lib
      5 man = ../man/apc.1
      6 
      7 .include "../mk/exe.mk"