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