From dc1f0c4c0096013799416664894c5194dc7e1f52 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 28 Feb 2025 23:13:39 +0800 Subject: chore(store): move everything to store. --- store/works/life/compile-principle-experiment/2/makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 store/works/life/compile-principle-experiment/2/makefile (limited to 'store/works/life/compile-principle-experiment/2/makefile') diff --git a/store/works/life/compile-principle-experiment/2/makefile b/store/works/life/compile-principle-experiment/2/makefile new file mode 100644 index 0000000..65bcca2 --- /dev/null +++ b/store/works/life/compile-principle-experiment/2/makefile @@ -0,0 +1,5 @@ +hoc: hoc.c + cc hoc.c -o hoc + +hoc.c: hoc.y + bison hoc.y -o hoc.c -- cgit v1.2.3