summaryrefslogtreecommitdiff
path: root/statuses/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'statuses/Makefile')
-rw-r--r--statuses/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/statuses/Makefile b/statuses/Makefile
new file mode 100644
index 0000000..fa66069
--- /dev/null
+++ b/statuses/Makefile
@@ -0,0 +1,10 @@
+STATUSES=cpuusage.o datetime.o memusage.o netif_named.o power.o temp.o uptime.o volume_alsa.o
+OTHERS=tools.o
+
+all: *.c *.h Makefile $(STATUSES) $(OTHERS)
+
+.c.o:
+ $(CC) $(CCFLAGS) -c -o $@ $<
+
+clean:
+ rm -f *.o