diff options
Diffstat (limited to 'comp/lucas-standen-NEA/code/proto/ast/Makefile')
-rw-r--r-- | comp/lucas-standen-NEA/code/proto/ast/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comp/lucas-standen-NEA/code/proto/ast/Makefile b/comp/lucas-standen-NEA/code/proto/ast/Makefile index e11e20f..6074b00 100644 --- a/comp/lucas-standen-NEA/code/proto/ast/Makefile +++ b/comp/lucas-standen-NEA/code/proto/ast/Makefile @@ -1,4 +1,4 @@ all: astg ast.c - cc ast.c astg.o -o ast + cc -ggdb ast.c astg.o -o ast astg: astg.c - cc astg.c -c -o astg.o + cc -ggdb astg.c -c -o astg.o |