From fec2f4d9d1989feb0290dfcff416385ec4b97586 Mon Sep 17 00:00:00 2001 From: thing1 Date: Thu, 11 Jul 2024 13:33:42 +0100 Subject: finished vars, started work on the final zpy executable, still need to fix the parser though --- comp/lucas-standen-NEA/code/zpy/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'comp/lucas-standen-NEA/code/zpy/Makefile') diff --git a/comp/lucas-standen-NEA/code/zpy/Makefile b/comp/lucas-standen-NEA/code/zpy/Makefile index e69de29..3bd6ea1 100644 --- a/comp/lucas-standen-NEA/code/zpy/Makefile +++ b/comp/lucas-standen-NEA/code/zpy/Makefile @@ -0,0 +1,2 @@ +zpy: + cc zpy.c ../global/util.o ../tokenizer/parser.o -o zpy -ggdb -- cgit v1.2.3