We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35879cc commit 49b0126Copy full SHA for 49b0126
LearningC/Lessons/00_Start/Makefile
@@ -14,6 +14,7 @@ $(PRINTF): minimal_printf.c
14
15
$(ARGV): minimal_w_args.c
16
$(CC) minimal_w_args.c -o $(ARGV)
17
+
18
.phony: help run listfiles
19
20
help:
0 commit comments