From d933ce70bd2c497e4af26483abafebfce436986e Mon Sep 17 00:00:00 2001 From: thing1 Date: Mon, 1 Jul 2024 11:36:45 +0100 Subject: updated work --- comp/lucas-standen-NEA/code/proto/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 comp/lucas-standen-NEA/code/proto/Makefile (limited to 'comp/lucas-standen-NEA/code/proto/Makefile') diff --git a/comp/lucas-standen-NEA/code/proto/Makefile b/comp/lucas-standen-NEA/code/proto/Makefile new file mode 100644 index 0000000..6074b00 --- /dev/null +++ b/comp/lucas-standen-NEA/code/proto/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 -- cgit v1.2.3