From 37710a310990b88b7c7bb85a99c62f9287d90124 Mon Sep 17 00:00:00 2001 From: anon Date: Sat, 2 Nov 2024 14:22:09 +0100 Subject: [PATCH] bump building --- Makefile | 7 +++++++ nfix.c | 1 + 2 files changed, 8 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..629900b --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +nfix: nfix.c + ${CC} -o $@ $+ $$(pkg-config --cflags --libs ncurses) + +clean: + -${RM} nfix + +.PHONY: clean diff --git a/nfix.c b/nfix.c index 9244f78..1ca6489 100644 --- a/nfix.c +++ b/nfix.c @@ -1,3 +1,4 @@ +// @BAKE gcc -o $* $@ $(pkg-config --cflags --libs ncurses) #include signed main(){