cpfast/Makefile
Slendi 414decf167
Initial commit.
Signed-off-by: Slendi <slendi@socopon.com>
2023-09-08 01:13:04 +03:00

7 lines
79 B
Makefile

cpfast: cpfast.c
cc -march=native -O3 -s *.c -o cpfast
clean:
rm -f cpfast