Skip to content

Commit

Permalink
cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stefantalpalaru committed Jun 22, 2020
1 parent 0abe653 commit 767c8e0
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions makefiles/targets.mk
Original file line number Diff line number Diff line change
@@ -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`
Expand Down

0 comments on commit 767c8e0

Please sign in to comment.