bump building

This commit is contained in:
anon 2024-11-02 14:22:09 +01:00
parent 49561a3238
commit 37710a3109
2 changed files with 8 additions and 0 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
nfix: nfix.c
${CC} -o $@ $+ $$(pkg-config --cflags --libs ncurses)
clean:
-${RM} nfix
.PHONY: clean

1
nfix.c
View File

@ -1,3 +1,4 @@
// @BAKE gcc -o $* $@ $(pkg-config --cflags --libs ncurses)
#include <ncurses.h>
signed main(){