Moved line
This commit is contained in:
parent
3b27446baa
commit
fbe8ef0b98
2
Makefile
2
Makefile
|
@ -6,8 +6,8 @@ BUILD_ALL := "Use 'make help' for possible targets."
|
||||||
BUILD_HELP := "Use one of the following build targets;"
|
BUILD_HELP := "Use one of the following build targets;"
|
||||||
BUILD_VERSION ?= 1.0
|
BUILD_VERSION ?= 1.0
|
||||||
BUILD_NAME := omsxctl-$(BUILD_VERSION)
|
BUILD_NAME := omsxctl-$(BUILD_VERSION)
|
||||||
.SUFFIXES:
|
|
||||||
|
|
||||||
|
.SUFFIXES:
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all:
|
all:
|
||||||
@echo $(BUILD_ALL)
|
@echo $(BUILD_ALL)
|
||||||
|
|
Loading…
Reference in a new issue