scripts

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

Makefile (213B)


      1 LOCALBASE = /usr/local
      2 X11BASE = /usr/X11R6
      3 
      4 CFLAGS = -I$(LOCALBASE)/include -I$(X11BASE)/include
      5 LDFLAGS = -L$(LOCALBASE)/lib -L$(X11BASE)/lib
      6 LDLIBS = -lX11 -lcairo
      7 
      8 BIN = see
      9 
     10 all: $(BIN)
     11 
     12 clean:
     13 	rm -f $(BIN)