summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2011-11-18 00:05:15 +0100
committernorly <ny-git@enpas.org>2011-11-18 00:05:15 +0100
commit5a9cc1b0d20efa65d10adaaf06d0ef0aa089663c (patch)
treef36927f31ffb22385c90b9cb43afd7c99da19344 /Makefile
Ye Olde Brick, hacked one very late night in 2010.
Full of inefficient or maybe broken code, as well as the occasional memory leak. I am not proud of it and I was *really* tired back then. While this was an experiment in writing (f)ugly code and I just wanted something running, I have to admit that this code has served me well ever since. Too well to be bothered to ever look at it again, really...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..fd50152
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,16 @@
+build:
+ gcc -Wall -o sysstatus sysstatus.c \
+ statuses/tools.c \
+ statuses/uptime.c \
+ statuses/memusage.c \
+ statuses/cpuusage.c \
+ statuses/netif.c \
+ statuses/netif_named.c \
+ statuses/power.c \
+ statuses/volume_alsa.c \
+ statuses/temp.c \
+ statuses/datetime.c \
+ -lasound
+
+clean:
+ rm -f sysstatus