diff options
author | standenboy <standenboy@seacrossedlovers.xyz> | 2024-05-06 09:32:48 +0100 |
---|---|---|
committer | standenboy <standenboy@seacrossedlovers.xyz> | 2024-05-06 09:32:48 +0100 |
commit | 319e7ea0a724cd97041c1aaf1281c4ca6aa688d1 (patch) | |
tree | 7411f4636ce9ce9733760666f3311a17b6e4d17c /comp/lucas-standen-NEA/code/proto/ast/Makefile | |
parent | 0ca35b27de52a5d3acf5f2eb877a440c1103e928 (diff) |
added a load of stuff, and fixed a git conflict
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..e11e20f --- /dev/null +++ b/comp/lucas-standen-NEA/code/proto/ast/Makefile @@ -0,0 +1,4 @@ +all: astg ast.c + cc ast.c astg.o -o ast +astg: astg.c + cc astg.c -c -o astg.o |