Better file structure and build system
[sysstatus.git] / statuses / Makefile
diff --git a/statuses/Makefile b/statuses/Makefile
deleted file mode 100644 (file)
index fc60af6..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-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