More cleanup, 'temp' and 'uptime' use fileRead().
[sysstatus.git] / statuses / Makefile
index d3f8a46f5aa697093304b6d497d3f201879f10f1..5f8162a08b771cb89478a8b1d5125161d329facf 100644 (file)
@@ -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 $@ $<