catpoint/Makefile

10 lines
82 B
Makefile

# catpoint
LDLIBS = -lncursesw
BIN = catpoint
all: $(BIN)
clean:
rm -f $(BIN)