Improve memory management

This commit is contained in:
Augusto Gunsch
2020-10-29 22:06:33 -03:00
parent 94f12e1006
commit 9c5b35ebf5
4 changed files with 29 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
FILES = parser.c main.c
INCLUDES = -I.
CFLAGS = -std=c99 -g
CFLAGS = -std=c99
OUTFILE = vmtranslator
main: ${FILES}