summaryrefslogtreecommitdiff
path: root/games-puzzle/biniax2/files/biniax2-1.30-build.patch
blob: 168ba6bfa7947bc8b3251fe97b462b221f4a7f40 (plain)
1
2
3
4
5
6
7
8
9
--- a/makefile
+++ b/makefile
@@ -12,4 +12,4 @@
 TARGET=biniax2
 
 biniax:
-	$(CC) $(AUTO) $(FILES) $(INCLUDES) -o $(TARGET) $(LINKTO)
\ No newline at end of file
+	$(CC) $(CFLAGS) $(LDFLAGS) $(AUTO) $(FILES) $(INCLUDES) -o $(TARGET) $(LINKTO)