More cleanup, 'temp' and 'uptime' use fileRead().
[sysstatus.git] / statuses / Makefile
index fa660695097ca29672270271af14bc0f3a85ead2..5f8162a08b771cb89478a8b1d5125161d329facf 100644 (file)
@@ -1,7 +1,7 @@
-STATUSES=cpuusage.o datetime.o memusage.o netif_named.o power.o temp.o uptime.o volume_alsa.o
+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 $@ $<