Rearrange to be consistent

This commit is contained in:
fosslinux 2021-01-11 12:20:04 +11:00 committed by GitHub
parent db01be6563
commit 846b7b32fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ tcc -c getopt1.c
tcc -c getopt.c tcc -c getopt.c
tcc -c regex.c tcc -c regex.c
tcc -c utils.c tcc -c utils.c
tcc alloca.c -Dalloca -c tcc -c -Dalloca alloca.c
tcc -c -DHAVE_BCOPY sed.c tcc -c -DHAVE_BCOPY sed.c
# Link # Link