From f72cc39e2b1a14dec72e4f0b88728dbe6b61587d Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 3 Jun 2011 13:49:30 +0000 Subject: Initial import. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Makefile (limited to 'Makefile') 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 -- cgit v1.2.3