diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -15,7 +15,9 @@ endif #CFLAGS+=-DDZEN CFLAGS+=$(EXTRA_CFLAGS) -i3status: i3status.o i3status.h +i3status.o: i3status.h + +i3status: i3status.o clean: rm -f *.o |
![]() |
index : i3status | |
Fork of https://github.com/i3/i3status, with support for arbitrary shell commands |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 4 |
@@ -15,7 +15,9 @@ endif #CFLAGS+=-DDZEN CFLAGS+=$(EXTRA_CFLAGS) -i3status: i3status.o i3status.h +i3status.o: i3status.h + +i3status: i3status.o clean: rm -f *.o |