TetaTricks/code/C/Makefile

11 lines
175 B
Makefile
Raw Normal View History

2023-02-11 12:19:00 +01:00
# exemples pour le chapitre sur le C
# new Sat Feb 11 12:06:34 CET 2023
no-op: no-op.c Makefile
gcc -Wall $< -o $@
slowprint: slowprint.c Makefile
gcc -Wall $< -o $@