Reindent and restyle
[sysstatus.git] / statuses / Makefile
index d3f8a46f5aa697093304b6d497d3f201879f10f1..fc60af6c0a4e893f0a5d8423f16cfe6a3aa56301 100644 (file)
@@ -1,7 +1,7 @@
-STATUSES=cpuusage.o datetime.o memusage.o netif.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 $@ $<