summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2011-06-03 13:49:30 +0000
committerIan C <ianc@noddybox.co.uk>2011-06-03 13:49:30 +0000
commitf72cc39e2b1a14dec72e4f0b88728dbe6b61587d (patch)
treec0ca5ba9f5df2c65c14f8c9e28584f4e83640c02 /Makefile
parent742d28ac694c51fc54ccd3b623b67de0f6d8e83d (diff)
Initial import.HEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..51e0ce1
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+rootclock: rootclock.c
+ cc -o rootclock rootclock.c -lX11 -lXext -lm -lpthread