Browse Source

Makefile: Add docs and all commands

add-remove-to-filo-queue
Christopher Lemmer Webber 5 years ago
parent
commit
084815601d
No known key found for this signature in database
GPG Key ID: 4BC025925FF8F4D3
  1. 7
      Makefile

7
Makefile

@ -1,3 +1,5 @@
all: compile docs check
compile:
raco make -l goblins
@ -9,3 +11,8 @@ check:
clean:
find goblins -name compiled | xargs rm -rf
rm -rf goblins/doc
doc: docs
docs:
scribble +m --htmls goblins/scribblings/goblins.scrbl

Loading…
Cancel
Save