summaryrefslogtreecommitdiff
blob: 0ddf7e0858442a5a953562677f2c16e7dd1fe0ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,5 @@
-CC=gcc
-#CFLAGS=-Wall -g
-#CFLAGS=-Wall -O2
-
 cmix: mix.c
-	$(CC) $(CFLAGS) mix.c -o $@
-	strip $@
+	$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) mix.c -o $@ $(LIBS)
 
 install: