diff options
| -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 | 
|  | index : i3status | |
| Fork of https://github.com/i3/i3status, with support for arbitrary shell commands | 
| aboutsummaryrefslogtreecommitdiff | 
| -rw-r--r-- | Makefile | 3 | 
| @@ -15,7 +15,8 @@ endif  #CFLAGS+=-DDZEN  CFLAGS+=$(EXTRA_CFLAGS) -i3status.o: i3status.h +%.o: %.c %.h +	$(CC) $(CFLAGS) -c -o $@ $<  i3status: i3status.o |