commit 96db87fc2bc8daa4c350511dce72c0ca963e15ea parent 8d71c1d39566eacd2c04752210ea045fac32354c Author: Lazaros Koromilas <lostd@2f30.org> Date: Sat, 9 Feb 2019 20:11:17 +0200 Revert "Very simple Makefile" This reverts commit 579a40724bd2943996bca41b63691b45728ce875. Diffstat:
M | Makefile | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -1,3 +1,7 @@ +# catpoint + +LDLIBS = -lncursesw + BIN = catpoint all: $(BIN)