summaryrefslogtreecommitdiff
path: root/04b/Makefile
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-01-07 11:07:06 -0500
committerpommicket <pommicket@gmail.com>2022-01-07 11:07:06 -0500
commit519069a89df7f2f704b9ba7052fc80660817115f (patch)
tree3713f912b9cb874775b149c009b51ab0bb1877df /04b/Makefile
parent4cd2b7047c19e45dc2e664bb6666ee1f288b126c (diff)
rename 04b => 04, better 04 README
Diffstat (limited to '04b/Makefile')
-rw-r--r--04b/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/04b/Makefile b/04b/Makefile
deleted file mode 100644
index ef72181..0000000
--- a/04b/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-all: out03 guessing_game.out out04b README.html
-out03: in03 ../03/out02
- ../03/out02
-%.html: %.md ../markdown
- ../markdown $<
-out04b: in04b out03
- ./out03
-%.out: % out03
- ./out03 $< $@
-clean:
- rm -f out* README.html *.out