summaryrefslogtreecommitdiff
path: root/05/Makefile
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-02-14 16:52:33 -0500
committerpommicket <pommicket@gmail.com>2022-02-14 16:52:33 -0500
commitc15db88951d7c5d1903fb3e5f42ca9f966f27d21 (patch)
treed5b6bae3a1458b519efbbfd762be61f645a1b4f0 /05/Makefile
parentd0d868433eb8e737fd581c1eb6f2734f293e6267 (diff)
almost all of stdio.h
Diffstat (limited to '05/Makefile')
-rw-r--r--05/Makefile4
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