Finish all features (for now)
This commit is contained in:
		| @ -1,6 +1,13 @@ | ||||
| LISP=sbcl | ||||
|  | ||||
| clash: clash.asd clash.lisp | ||||
| all: clash | ||||
|  | ||||
| clash: clash.asd format.lisp parse-date.lisp clash.lisp | ||||
| 	$(LISP) --eval '(ql:quickload :clash)' \ | ||||
| 			--eval '(asdf:make :clash)' \ | ||||
| 			--eval '(uiop:quit)' | ||||
|  | ||||
| clean: | ||||
| 	rm -f clash | ||||
|  | ||||
| .PHONY: all clean | ||||
|  | ||||
		Reference in New Issue
	
	Block a user