summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrey Orst <andreyorst@gmail.com>2020-11-10 23:26:08 +0300
committerAndrey Orst <andreyorst@gmail.com>2020-11-10 23:26:08 +0300
commit5bf187555012925bbd464b86ca49f7bd37e2c51c (patch)
tree50fe4d7fefaa62e09bbe4320a6c4cf97df59fbff /Makefile
parent61345c5ace172f3c6f133f8ffb09722c5b9a9b08 (diff)
feature(core): breaking change of project structure
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e044f01..d6363d2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
LUA ?= lua
-FNLSOURCES = core.fnl test/core.fnl test/macros.fnl test/fn.fnl
+FNLSOURCES = cljlib.fnl test/core.fnl test/macros.fnl test/fn.fnl
LUASOURCES = $(FNLSOURCES:.fnl=.lua)
all: $(LUASOURCES)