Move including of Makefile.COMMON to top of Makefile.

This fixes the Makefile's default target.
This commit is contained in:
Julius Volz 2015-05-06 11:44:01 +02:00
parent 91cd73b00a
commit ea231ad7b2

View File

@ -14,6 +14,8 @@
VERSION := 0.0.1
TARGET := alertmanager
include Makefile.COMMON
web: web/blob/files.go
web/blob/files.go: $(shell find web/templates/ web/static/ -type f)
@ -22,5 +24,3 @@ web/blob/files.go: $(shell find web/templates/ web/static/ -type f)
.PHONY: config
config:
$(MAKE) -C config
include Makefile.COMMON