Browse Source

Added Makefile, fixes

master
nukashimika 2 years ago
parent
commit
533a2a7924
  1. 9
      Makefile
  2. 2
      src/index.lisp

9
Makefile

@ -0,0 +1,9 @@
LISP ?= sbcl
default:
$(LISP) --load src/index.lisp \
--eval '(write-html-to-file)'
.PHONY: default
.SILENT: default

2
src/index.lisp

@ -7,7 +7,7 @@
(spinneret:with-html-string
(:html
(:head
(:link :rel "style.css")
(:link :rel "stylesheet" :href "style.css")
(:body
(:div :class "body"
(:h1 "welcome")

Loading…
Cancel
Save