annotate Makefile @ 0:aa723e3948a4 default tip

*: initial commit awesome
author Paper <paper@tflc.us>
date Tue, 09 Sep 2025 00:29:57 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
aa723e3948a4 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
1 wcc: wcc.c flashii.c
aa723e3948a4 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
2 $(CC) -o $@ $^ $(CFLAGS) `pkg-config --cflags --libs libwebsockets` `pkg-config --cflags --libs ncursesw` -fsanitize=address
aa723e3948a4 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
3
aa723e3948a4 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
4 clean:
aa723e3948a4 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
5 $(RM) -f main