Mon 16 Mar 11:13:23 CET 2026
This commit is contained in:
parent
f0d06c77bd
commit
99252e38b1
7
build/build.tools.sh
Normal file
7
build/build.tools.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
CDK=../aux/cdk-5.0-20251014
|
||||
tcc -lm -g -O2 -DHAVE_CONFIG_H -I$CDK/include -I. \
|
||||
-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED \
|
||||
-I ../aux -o term ../aux/lfifo.c ../tools/term.c $CDK/libcdk.a -lncurses
|
||||
|
||||
Loading…
Reference in New Issue
Block a user