summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-02 10:16:11 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-02 10:16:11 +1300
commit3d79228ad58825ffd704d75c2ab47f55b9acc58c (patch)
treeee10b8ccea84e9410dcf1e16161c14cdfb497599 /Makefile
downloadtexad-3d79228ad58825ffd704d75c2ab47f55b9acc58c.tar.gz
texad-3d79228ad58825ffd704d75c2ab47f55b9acc58c.zip
First commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..34a8185
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+.PHONY: all clean
+
+CC = clang
+CFLAGS = -std=c99 -Weverything -Wno-padded
+
+all : texad
+
+clean :
+ rm -f texad