catpoint/Makefile

10 lines
82 B
Makefile
Raw Normal View History

2015-08-27 23:54:58 +02:00
# catpoint
LDLIBS = -lncursesw
BIN = catpoint
all: $(BIN)
clean:
rm -f $(BIN)