This commit is contained in:
fosslinux 2021-01-13 21:38:58 +11:00
parent 866909fbf7
commit 612c33bcca
1 changed files with 2 additions and 0 deletions

View File

@ -35,3 +35,5 @@ tcc -c -I . -I lib -DPACKAGE=\"sed\" -DVERSION=\"4.0.7\" sed/sed.c
# Link
tcc -static -o ${bindir}/sed -L lib lib/libsed.a compile.o execute.o regex.o fmt.o sed.o -lsed
# Test
sed --version