aboutsummaryrefslogtreecommitdiff
path: root/lang/cbmbasic/files/patch-Makefile
blob: f1153ee96805c95ebea6f9f7c59acec44ec008e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- Makefile.orig	2014-12-06 23:57:18 UTC
+++ Makefile
@@ -1,10 +1,9 @@
 OBJS=cbmbasic.o runtime.o plugin.o console.o
-CFLAGS=-Wall -O3
 
 all: cbmbasic
 
 cbmbasic: $(OBJS)
-	$(CC) -o cbmbasic $(OBJS)
+	$(CC) $(CFLAGS) -o cbmbasic $(OBJS)
 
 clean:
 	rm -f $(OBJS) cbmbasic