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