Changed build system to tup
This commit is contained in:
parent
dc2a59f02c
commit
e20124178d
0
.tup/object
Normal file
0
.tup/object
Normal file
0
.tup/shared
Normal file
0
.tup/shared
Normal file
3
Tupfile.ini
Normal file
3
Tupfile.ini
Normal file
@ -0,0 +1,3 @@
|
||||
: foreach src/*.h |> zig cc -Wall -lncurses -c %f -o %o |> %B.o
|
||||
: foreach src/*.c |> zig cc -Wall -lncurses -c %f -o %o |> %B.o
|
||||
: src/*.o |> zig cc -Wall -lncurses %f -o %o |> ste
|
BIN
src/.ste.c.swp
Normal file
BIN
src/.ste.c.swp
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user