mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Basic infile reading is working, untested
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
CC=gcc
|
||||
CFLAGS+=-g -Wall -Werror -Wno-unused-parameter -Wno-unused-function -Wno-unused-variable
|
||||
LIBS+=-lm -lToy
|
||||
LDFLAGS+=-Wl,-rpath,'.'
|
||||
LDFLAGS+=-Wl,-R -Wl,'$$ORIGIN'
|
||||
|
||||
#directories
|
||||
REPL_ROOTDIR=..
|
||||
|
||||
Reference in New Issue
Block a user