diff options
Diffstat (limited to '05/Makefile')
-rw-r--r-- | 05/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/05/Makefile b/05/Makefile index 69fd54c..0a2fcb5 100644 --- a/05/Makefile +++ b/05/Makefile @@ -5,9 +5,9 @@ out04: in04 ../04/out03 ../04/out03 in04 out04 %.html: %.md ../markdown ../markdown $< -%.out: %.c +%.out: %.c *.h out04 ./out04 $< $@ -a.out: main.c +a.out: main.c *.h out04 ./out04 clean: rm -f out* README.html *.out |