mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
time-sync: Fix arguments order in linker command
Also adds the resulting binary to .gitignore Change-Id: Ibe7e577873c231a5b950a7224eb1a4136a4cd987
This commit is contained in:
parent
5ad29c50bb
commit
ca2e195a76
2 changed files with 4 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue