Reindent and restyle
[sysstatus.git] / statuses / Makefile
index fa660695097ca29672270271af14bc0f3a85ead2..fc60af6c0a4e893f0a5d8423f16cfe6a3aa56301 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=battery.o cpuusage.o datetime.o fan.o memusage.o netif.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 $@ $<