summaryrefslogtreecommitdiff
blob: 103043f79ae11520589c2d1a9eef62ca5086f503 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,4 @@
 PROGS = gen4 sink4 tub4
-CC = gcc
-CFLAGS = -O2 -g -Wall
-LDFLAGS = -O -g
 
 all: $(PROGS)