diff options
author | Cody Hiar <cody@hiar.ca> | 2020-04-12 09:49:20 -0600 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2020-04-12 09:49:20 -0600 |
commit | 9142f56b4c3773e9d1779b0bbffdc26549c9734d (patch) | |
tree | 089a3add6370ecc470b6a19dbd07946e9f550875 /clip/Makefile | |
parent | 2cd866e3fa0cbec2b53a3b5851792da320fc1c71 (diff) |
Move clip to it's own repo
Diffstat (limited to 'clip/Makefile')
-rw-r--r-- | clip/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/clip/Makefile b/clip/Makefile deleted file mode 100644 index 426a721..0000000 --- a/clip/Makefile +++ /dev/null @@ -1,6 +0,0 @@ - -build: - gcc -Wall -Wextra -Wpedantic --std=gnu99 clip.c -o clip - -lint: - splint clip.c |