Changed build system to tup

This commit is contained in:
Alessandro Mauri 2020-03-26 19:58:38 +01:00
parent dc2a59f02c
commit e20124178d
6 changed files with 3 additions and 0 deletions

BIN
.tup/db Normal file

Binary file not shown.

0
.tup/object Normal file
View File

0
.tup/shared Normal file
View File

0
.tup/tri Normal file
View File

3
Tupfile.ini Normal file
View 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

Binary file not shown.