summaryrefslogtreecommitdiff
blob: 88152cf636695f24488092c37a708b49e93e5e89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- a/Makefile
+++ b/Makefile
@@ -13,18 +13,13 @@
 # files in the program, then also delete it here.
 
 VERSION=1.3
-CFLAGS+=-Wall -O2 -DVERSION=\"$(VERSION)\"
-LDFLAGS=
+CFLAGS+=-Wall
+CPPFLAGS+=-DVERSION=\"$(VERSION)\"
 
 OBJS=setpwc.o
 
 all: setpwc
 
-setpwc: $(OBJS)
-	$(CC) -Wall -W $(OBJS) $(LDFLAGS) -o setpwc
-	#
-	# Oh, blatant plug: http://keetweej.vanheusden.com/wishlist.html
-
 install: setpwc
 	cp setpwc /usr/bin