mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 12:48:04 +11:00
5 lines
54 B
Makefile
5 lines
54 B
Makefile
|
TARGETS = cfspack
|
||
|
|
||
|
cfspack: cfspack.c
|
||
|
$(CC) -o $@ $^
|