fc60af6c0a4e893f0a5d8423f16cfe6a3aa56301
[sysstatus.git] / statuses / Makefile
1 STATUSES=battery.o cpuusage.o datetime.o fan.o memusage.o netif.o temp.o uptime.o volume_alsa.o
2 OTHERS=tools.o
3
4 all: *.c *.h ../config.h Makefile $(STATUSES) $(OTHERS)
5
6 .c.o:
7         $(CC) $(CCFLAGS) -c -o $@ $<
8
9 clean:
10         rm -f *.o