diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2024-07-02 11:51:10 +0100 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2024-07-02 11:51:10 +0100 |
commit | 478eed4ef9ece1b86b2fed7bfe57d62180b12c92 (patch) | |
tree | b541dda71f7f3deb5d94ece604b86fa18a1527e9 /comp/lucas-standen-NEA/code/global/Makefile | |
parent | d933ce70bd2c497e4af26483abafebfce436986e (diff) |
started type system
Diffstat (limited to 'comp/lucas-standen-NEA/code/global/Makefile')
-rw-r--r-- | comp/lucas-standen-NEA/code/global/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comp/lucas-standen-NEA/code/global/Makefile b/comp/lucas-standen-NEA/code/global/Makefile index dbff2b0..4f9828e 100644 --- a/comp/lucas-standen-NEA/code/global/Makefile +++ b/comp/lucas-standen-NEA/code/global/Makefile @@ -1,4 +1,4 @@ all: util $(info done!) util: util.c - cc util.c -c -o util.o + cc util.c -c -o util.o -ggdb |