Skip to content

Commit

Permalink
Modified Makefile to avoid libelf.a problem under cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
Estwald committed Nov 9, 2010
1 parent a1d4689 commit 0248fb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Credits
phiren - Author, Awesome, yet humble guy
Tempus - PSL1GHT Logo
lousyphreak - libaudio
Hermes - Some modifications, sysmodule, libpngdec


Environment
Expand Down
2 changes: 1 addition & 1 deletion psl1ght/tools/sprxlinker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ clean:
rm -rf $(TARGET)

$(TARGET): $(CFILES)
$(CC) $(LDFLAGS) $(CFLAGS) $< -o $@
$(CC) $< $(LDFLAGS) $(CFLAGS) -o $@

0 comments on commit 0248fb0

Please sign in to comment.