summaryrefslogtreecommitdiff
path: root/statuses/Makefile
blob: fc60af6c0a4e893f0a5d8423f16cfe6a3aa56301 (plain)
1
2
3
4
5
6
7
8
9
10
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 ../config.h Makefile $(STATUSES) $(OTHERS)

.c.o:
	$(CC) $(CCFLAGS) -c -o $@ $<

clean:
	rm -f *.o