summaryrefslogtreecommitdiff
path: root/clip/Makefile
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2020-02-28 11:09:06 -0700
committerCody Hiar <cody@hiar.ca>2020-02-28 11:09:06 -0700
commit0bcd56cb0e42761903431081ddcf00790627b505 (patch)
tree87e1a0e4637a4ca2c2be69308c08caedb5da3539 /clip/Makefile
Initial commit
Diffstat (limited to 'clip/Makefile')
-rw-r--r--clip/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/clip/Makefile b/clip/Makefile
new file mode 100644
index 0000000..426a721
--- /dev/null
+++ b/clip/Makefile
@@ -0,0 +1,6 @@
+
+build:
+ gcc -Wall -Wextra -Wpedantic --std=gnu99 clip.c -o clip
+
+lint:
+ splint clip.c