summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkaivo@gwu.edu>2015-04-08 20:41:03 -0400
committerJakob Kaivo <jkaivo@gwu.edu>2015-04-08 20:41:03 -0400
commit82c23d1bd2c4ea5716ac9e5e859f82be96ac8886 (patch)
tree81691b2097ae343b73e2592698c5a83e43610f32 /Makefile
parent56f5daa136fbd860c2410b4ce403cca73aee3ee9 (diff)
initial commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..2fa049d
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+CFLAGS=-s
+LDFLAGS=-lX11 -lXi
+
+penxortouch: penxortouch.o
+ $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
+
+clean:
+ rm -f penxortouch *.o