pointtools/catpoint/Makefile

10 lines
80 B
Makefile
Raw Normal View History

2014-01-21 09:25:03 +01:00
# catpoint
LDLIBS = -lcurses
BIN = catpoint
all: $(BIN)
clean:
rm -f $(BIN)