diff options
| author | Michael Stapelberg | 2009-06-17 22:13:48 +0200 | 
|---|---|---|
| committer | Michael Stapelberg | 2009-06-17 22:13:48 +0200 | 
| commit | 35936f4b71aece84643d7a6627efb73c2a0d9369 (patch) | |
| tree | abae74333c412e94401b48fec33578df0d72174a /Makefile | |
| parent | makefile: fix dependencies (diff) | |
makefile: fix linking
Diffstat (limited to 'Makefile')
| -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 | 
