Skip to content

Commit

Permalink
Fixed incorrect build flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Feuer committed Aug 12, 2019
1 parent da47148 commit c222342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $(TARGET_SO): $(SHARED_OBJ)
$(SHARED_OBJ): $(INCLUDE)

.c.o:
$(CC) -c $(CFLAGSLIST) $^
$(CC) -c $(CFLAGSLIST) $<

clean:
rm -f *~ $(SHARED_OBJ) $(TARGET_SO)
Expand Down

0 comments on commit c222342

Please sign in to comment.