comparison Makefile @ 0:aa723e3948a4 default tip

*: initial commit awesome
author Paper <paper@tflc.us>
date Tue, 09 Sep 2025 00:29:57 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:aa723e3948a4
1 wcc: wcc.c flashii.c
2 $(CC) -o $@ $^ $(CFLAGS) `pkg-config --cflags --libs libwebsockets` `pkg-config --cflags --libs ncursesw` -fsanitize=address
3
4 clean:
5 $(RM) -f main