cosmetic changes

This commit is contained in:
Ștefan Talpalaru 2020-06-22 16:44:45 +02:00
parent 0abe6535b5
commit 767c8e0fb4
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 18 additions and 2 deletions

View File

@ -1,11 +1,27 @@
# Copyright (c) 2018-2019 Status Research & Development GmbH. Licensed under
# Copyright (c) 2018-2020 Status Research & Development GmbH. Licensed under
# either of:
# - Apache License, version 2.0
# - MIT license
# at your option. This file may not be copied, modified, or distributed except
# according to those terms.
.PHONY: deps-common sanity-checks nat-libs libminiupnpc.a libnatpmp.a clean-common mrproper github-ssh build-nim update-common update-remote status ntags ctags fetch-dlls
.PHONY: \
sanity-checks \
deps-common \
build-nim \
update-common \
update-remote \
nat-libs \
libminiupnpc.a \
libnatpmp.a \
clean-common \
mrproper \
github-ssh \
status \
ntags \
ctags \
show-deps \
fetch-dlls
#- when the special ".SILENT" target is present, all recipes are silenced as if they all had a "@" prefix
#- by setting SILENT_TARGET_PREFIX to a non-empty value, the name of this target becomes meaningless to `make`