aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2014-05-15 22:51:16 +0300
committerOskari Timperi <oskari.timperi@iki.fi>2014-05-15 22:51:16 +0300
commit043cddd93a65930c534f4170ed517bb1f76fd3ae (patch)
tree3686922f08845bb53b5a80557bd62133ee86bdbb /Makefile
parenta2ed9c63f26f5cd767ac6c1d4073cdaa08a168b4 (diff)
downloadlispish-043cddd93a65930c534f4170ed517bb1f76fd3ae.tar.gz
lispish-043cddd93a65930c534f4170ed517bb1f76fd3ae.zip
add env functions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f53a3f0..c37b196 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-SOURCES = parse.c list.c atom.c eval.c tokens.c
+SOURCES = parse.c list.c atom.c eval.c tokens.c env.c
OBJECTS = $(SOURCES:.c=.o)
CFLAGS = -Wall -g