add comment in Makefile

This commit is contained in:
Philipp Crocoll
2025-03-25 10:52:33 +01:00
parent 6d8407676d
commit 8eaf6d3f88

View File

@@ -20,6 +20,7 @@
# - nuget: restore NuGet packages
# - msbuild: build the project
# - apk: same as all
# - manifestlink: creates a symlink (to be used in building) to the AndroidManifest corresponding to the selected Flavor
#
# - distclean: run a 'git clean -xdff'. Remove everyhing that is not in the git tree.
# - clean: all clean_* targets below