makefile-example/Makefile
2025-11-03 17:03:53 +01:00

6 lines
54 B
Makefile

example:
cc main.c -o example
clean:
rm -f example