Skip to content

Commit

Permalink
Fixed Linux Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiensanglard committed Oct 31, 2013
1 parent b547a7d commit 8b3f9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/linux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ release: CFLAGS += -DRELEASE
release: all

shmup: $(OBJECTS)
gcc -o $@ $(LDFLAGS) $^
gcc -o $@ $^ $(LDFLAGS)

%.o: %.c
gcc -o $@ -c $(CFLAGS) $<
Expand Down

0 comments on commit 8b3f9bd

Please sign in to comment.