Skip to content

Commit

Permalink
* добавлен каталог для конфигурации установленной и собранной программы
Browse files Browse the repository at this point in the history
* добавлено его удаление в `distclean` (Metrolog/marks#50)
  • Loading branch information
sergey-s-betke committed Jun 16, 2018
1 parent 04b4e6a commit e7f8482
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ endif
AUXDIR ?= obj
OUTPUTDIR ?= release
SOURCESDIR ?= sources
CONFIGDIR ?= config
export REPOROOT ?= $(abspath ./$(ROOT_PROJECT_DIR))/
REPOVERSION = $(REPOROOT).git/logs/HEAD

Expand Down Expand Up @@ -275,6 +276,7 @@ clean:: mostlyclean

.PHONY: distclean
distclean:: clean
$(RMDIR) $(CONFIGDIR)

.PHONY: maintainer-clean
maintainer-clean:: distclean
Expand Down

0 comments on commit e7f8482

Please sign in to comment.