diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2024-08-07 18:14:59 +0100 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2024-08-07 18:14:59 +0100 |
commit | d4c7c945be76efd7bcc25d1a84455be465876bba (patch) | |
tree | 738522dfa962a3e15f34e2ed56833dcfa3a96f3b /comp/lucas-standen-NEA/code/zpy/Makefile | |
parent | fec2f4d9d1989feb0290dfcff416385ec4b97586 (diff) |
added too much stuff, my head hurts@
Diffstat (limited to 'comp/lucas-standen-NEA/code/zpy/Makefile')
-rw-r--r-- | comp/lucas-standen-NEA/code/zpy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comp/lucas-standen-NEA/code/zpy/Makefile b/comp/lucas-standen-NEA/code/zpy/Makefile index 3bd6ea1..4bfe92a 100644 --- a/comp/lucas-standen-NEA/code/zpy/Makefile +++ b/comp/lucas-standen-NEA/code/zpy/Makefile @@ -1,2 +1,2 @@ -zpy: +zpy: zpy.c cc zpy.c ../global/util.o ../tokenizer/parser.o -o zpy -ggdb |