diff peluce/Makefile @ 82:1013256040d5

Clean up build process.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Feb 2013 00:39:19 +0200
parents 6549bf229549
children
line wrap: on
line diff
--- a/peluce/Makefile	Tue Feb 19 00:38:22 2013 +0200
+++ b/peluce/Makefile	Tue Feb 19 00:39:19 2013 +0200
@@ -15,5 +15,5 @@
 	$(CC) $(CFLAGS) -c -o $@ $<
 
 peluce$(BINEXT): $(OBJS) pwpdemo.h
-	$(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS)
+	$(CC) -o $@ $(OBJS) $(LDFLAGS)