summaryrefslogtreecommitdiff
path: root/lispy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lispy/Makefile')
-rw-r--r--lispy/Makefile6
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