From 0bcd56cb0e42761903431081ddcf00790627b505 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 28 Feb 2020 11:09:06 -0700 Subject: Initial commit --- lispy/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lispy/Makefile (limited to 'lispy/Makefile') 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 -- cgit v1.2.3