mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Added mecha-style comment docs to a bunch of headers
This commit is contained in:
17
makefile
17
makefile
@@ -51,6 +51,23 @@ $(TOY_OUTDIR):
|
||||
install-tools:
|
||||
cp -rf tools/toylang.vscode-highlighting ~/.vscode/extensions
|
||||
|
||||
#utils
|
||||
build-mecha: $(TOY_OUTDIR)
|
||||
g++ -o $(TOY_OUTDIR)/mecha tools/mecha.cpp
|
||||
|
||||
build-docs: build-mecha
|
||||
$(TOY_OUTDIR)/mecha $(wildcard source/*.h)
|
||||
|
||||
docs:
|
||||
mkdir docs
|
||||
|
||||
move-docs: docs
|
||||
mv -u $(wildcard source/*.md) docs
|
||||
|
||||
documentation:
|
||||
$(MAKE) build-docs
|
||||
$(MAKE) move-docs
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
clean:
|
||||
|
||||
Reference in New Issue
Block a user