From 319e7ea0a724cd97041c1aaf1281c4ca6aa688d1 Mon Sep 17 00:00:00 2001 From: standenboy Date: Mon, 6 May 2024 09:32:48 +0100 Subject: added a load of stuff, and fixed a git conflict --- comp/lucas-standen-NEA/code/proto/ast/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 comp/lucas-standen-NEA/code/proto/ast/Makefile (limited to 'comp/lucas-standen-NEA/code/proto/ast/Makefile') 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 -- cgit v1.2.3