Finish library and start work on command
This commit is contained in:
6
clash/Makefile
Normal file
6
clash/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
LISP=sbcl
|
||||
|
||||
clash: clash.asd clash.lisp
|
||||
$(LISP) --eval '(ql:quickload :clash)' \
|
||||
--eval '(asdf:make :clash)' \
|
||||
--eval '(uiop:quit)'
|
||||
Reference in New Issue
Block a user