Fix make file

This commit is contained in:
DanyLE 2023-01-02 10:55:34 +01:00 committed by Dany LE
parent b35812bb43
commit 6948b0e339

View File

@ -225,7 +225,7 @@ ar:
echo -n $(VERSION) > release/latest
release: main uglify
.PHONY: doc release clean
doc:
# npm i typedoc@0.19.0
./node_modules/.bin/typedoc --mode file --excludeNotExported --hideGenerator --name "AntOS API" --out $(DOCDIR)