summaryrefslogtreecommitdiff
path: root/04a/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '04a/Makefile')
-rw-r--r--04a/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/04a/Makefile b/04a/Makefile
index f6b9915..610b054 100644
--- a/04a/Makefile
+++ b/04a/Makefile
@@ -1,8 +1,6 @@
-all: out03 out04a README.html
-out03: in03 ../03/out02
- ../03/out02
-out04a: out03 in04a
- ./out03 in04a out04a
+all: out04
+out04: in04 ../04/out03
+ ../04/out03
%.html: %.md ../markdown
../markdown $<
clean: