aboutsummaryrefslogtreecommitdiff
path: root/works/life/compile-principle-experiment/2/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'works/life/compile-principle-experiment/2/makefile')
-rw-r--r--works/life/compile-principle-experiment/2/makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/works/life/compile-principle-experiment/2/makefile b/works/life/compile-principle-experiment/2/makefile
deleted file mode 100644
index 65bcca2..0000000
--- a/works/life/compile-principle-experiment/2/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-hoc: hoc.c
- cc hoc.c -o hoc
-
-hoc.c: hoc.y
- bison hoc.y -o hoc.c