1
0
Fork 0
forked from len0rd/rockbox

time-sync: Fix arguments order in linker command

Also adds the resulting binary to .gitignore

Change-Id: Ibe7e577873c231a5b950a7224eb1a4136a4cd987
This commit is contained in:
Vencislav Atanasov 2025-01-16 18:35:59 +02:00 committed by Solomon Peachy
parent 5ad29c50bb
commit ca2e195a76
2 changed files with 4 additions and 1 deletions

View file

@ -11,7 +11,7 @@ clean:
gcc ${CFLAGS} -c -o $@ $^
time-sync: ${OBJS}
gcc ${CFLAGS} -lsgutils2 -o $@ $^
gcc ${CFLAGS} -o $@ $^ -lsgutils2
install: time-sync
cp time-sync /usr/local/bin/