5 lines
54 B
Makefile
5 lines
54 B
Makefile
|
TARGETS = cfspack
|
||
|
|
||
|
cfspack: cfspack.c
|
||
|
$(CC) -o $@ $^
|