summaryrefslogtreecommitdiff
path: root/statuses/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'statuses/Makefile')
-rw-r--r--statuses/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/statuses/Makefile b/statuses/Makefile
index d3f8a46..5f8162a 100644
--- a/statuses/Makefile
+++ b/statuses/Makefile
@@ -1,7 +1,7 @@
STATUSES=cpuusage.o datetime.o memusage.o netif.o power.o temp.o uptime.o volume_alsa.o
OTHERS=tools.o
-all: *.c *.h Makefile $(STATUSES) $(OTHERS)
+all: *.c *.h ../config.h Makefile $(STATUSES) $(OTHERS)
.c.o:
$(CC) $(CCFLAGS) -c -o $@ $<