mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Tweaked docs in repl_tools.h and toy.h
This commit is contained in:
2
makefile
2
makefile
@@ -57,12 +57,14 @@ build-mecha: $(TOY_OUTDIR)
|
||||
|
||||
build-docs: build-mecha
|
||||
$(TOY_OUTDIR)/mecha $(wildcard source/*.h)
|
||||
$(TOY_OUTDIR)/mecha $(wildcard repl/*.h)
|
||||
|
||||
docs:
|
||||
mkdir docs
|
||||
|
||||
move-docs: docs
|
||||
mv -u $(wildcard source/*.md) docs
|
||||
mv -u $(wildcard repl/*.md) docs
|
||||
|
||||
documentation:
|
||||
$(MAKE) build-docs
|
||||
|
||||
Reference in New Issue
Block a user