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 /lispy/Makefile |
Initial commit
Diffstat (limited to 'lispy/Makefile')
-rw-r--r-- | lispy/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lispy/Makefile b/lispy/Makefile new file mode 100644 index 0000000..ee90159 --- /dev/null +++ b/lispy/Makefile @@ -0,0 +1,6 @@ + +build: + gcc -Wall -Wextra -Wpedantic -lreadline --std=c99 parsing.c mpc.c -o parsing + +lint: + splint parsing.c |