mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Wrote the interpreter
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
CC=gcc
|
||||
|
||||
IDIR =.
|
||||
CFLAGS=$(addprefix -I,$(IDIR)) -g -Wall -W -pedantic
|
||||
CFLAGS=$(addprefix -I,$(IDIR)) -g # -Wall -W -pedantic
|
||||
LIBS=
|
||||
|
||||
ODIR=obj
|
||||
|
||||
Reference in New Issue
Block a user