scripts

misc scripts and tools
git clone git://git.2f30.org/scripts
Log | Files | Refs

Makefile (156B)


      1 #CPPFLAGS = -g -DDEBUG
      2 CFLAGS = -I/usr/local/include
      3 LDFLAGS = -L/usr/local/lib
      4 LDLIBS = -lmpdclient
      5 
      6 BIN = mpdlen mpdart
      7 all: $(BIN)
      8 
      9 clean:
     10 	rm -f $(BIN)