diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2009-06-17 22:13:48 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2009-06-17 22:13:48 +0200 |
commit | 35936f4b71aece84643d7a6627efb73c2a0d9369 (patch) | |
tree | abae74333c412e94401b48fec33578df0d72174a | |
parent | a14045572debf4435cdd721e5fc8950ef39fa7a4 (diff) |
makefile: fix linking1.1
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,7 +15,8 @@ endif #CFLAGS+=-DDZEN CFLAGS+=$(EXTRA_CFLAGS) -i3status.o: i3status.h +%.o: %.c %.h + $(CC) $(CFLAGS) -c -o $@ $< i3status: i3status.o |