Hook things up so the compiler can run better without installing
This commit is contained in:
parent
5fc433e714
commit
438edf45c2
4
.gitignore
vendored
4
.gitignore
vendored
@ -3,5 +3,5 @@
|
||||
*.tm.c
|
||||
*.tm.h
|
||||
*.tm.o
|
||||
tomo
|
||||
tags
|
||||
/tomo
|
||||
/tags
|
||||
|
1
include/tomo
Symbolic link
1
include/tomo
Symbolic link
@ -0,0 +1 @@
|
||||
../builtins
|
2
tomo.c
2
tomo.c
@ -83,7 +83,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
cflags = getenv("CFLAGS");
|
||||
if (!cflags)
|
||||
cflags = heap_strf("%s %s -ggdb -I. -D_DEFAULT_SOURCE", cconfig, optimization);
|
||||
cflags = heap_strf("%s %s -ggdb -I./include -D_DEFAULT_SOURCE", cconfig, optimization);
|
||||
|
||||
ldlibs = "-lgc -lcord -lm -L. -ltomo";
|
||||
if (getenv("LDLIBS"))
|
||||
|
Loading…
Reference in New Issue
Block a user