Mercurial > wcc
diff Makefile @ 0:aa723e3948a4 default tip
*: initial commit
awesome
| author | Paper <paper@tflc.us> |
|---|---|
| date | Tue, 09 Sep 2025 00:29:57 -0400 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Tue Sep 09 00:29:57 2025 -0400 @@ -0,0 +1,5 @@ +wcc: wcc.c flashii.c + $(CC) -o $@ $^ $(CFLAGS) `pkg-config --cflags --libs libwebsockets` `pkg-config --cflags --libs ncursesw` -fsanitize=address + +clean: + $(RM) -f main \ No newline at end of file
