diff options
author | Cody Hiar <cody@hiar.ca> | 2020-02-28 11:09:06 -0700 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2020-02-28 11:09:06 -0700 |
commit | 0bcd56cb0e42761903431081ddcf00790627b505 (patch) | |
tree | 87e1a0e4637a4ca2c2be69308c08caedb5da3539 /clip/Makefile |
Initial commit
Diffstat (limited to 'clip/Makefile')
-rw-r--r-- | clip/Makefile | 6 |
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 |