mirror of
https://codeberg.org/cage/tinmop/
synced 2025-02-27 09:27:37 +01:00
- ensured exiting from REPL when building the executable using ECL.
This commit is contained in:
parent
283e3d852c
commit
78fcdaa7cf
@ -66,7 +66,8 @@ $(PACKAGE): $(CONF_PATH_FILE) *.asd src/*
|
||||
$(LISP_COMPILER) \
|
||||
--eval "(asdf:load-system '$(PACKAGE))" \
|
||||
--eval "(in-package main)" \
|
||||
--eval "(asdf:make-build :tinmop :type :program :move-here #P\"./\" :epilogue-code '(main::main))"; \
|
||||
--eval "(asdf:make-build :tinmop :type :program :move-here #P\"./\" :epilogue-code '(main::main))" \
|
||||
--eval "(si:exit)"; \
|
||||
fi
|
||||
$(CONF_PATH_FILE):
|
||||
grep "^;" $(CONF_PATH_FILE_IN) > $(CONF_PATH_FILE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user