diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2024-07-08 11:36:32 +0100 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2024-07-08 11:36:32 +0100 |
commit | 4db750bbf03c9d7c18291fc63b7cf23cf966d6c8 (patch) | |
tree | 5abe611dc75cf50160ba29506076f3b5368e9e26 /comp/lucas-standen-NEA/code/proto/AST/Makefile | |
parent | 3dad2f4c5ce7fd44015cbd921318b3512c36326e (diff) |
i forgot to commit last time i think
Diffstat (limited to 'comp/lucas-standen-NEA/code/proto/AST/Makefile')
-rw-r--r-- | comp/lucas-standen-NEA/code/proto/AST/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comp/lucas-standen-NEA/code/proto/AST/Makefile b/comp/lucas-standen-NEA/code/proto/AST/Makefile new file mode 100644 index 0000000..6074b00 --- /dev/null +++ b/comp/lucas-standen-NEA/code/proto/AST/Makefile @@ -0,0 +1,4 @@ +all: astg ast.c + cc -ggdb ast.c astg.o -o ast +astg: astg.c + cc -ggdb astg.c -c -o astg.o |