Moved line

This commit is contained in:
Willem Cazander 2020-05-01 04:34:54 +02:00
parent 3b27446baa
commit fbe8ef0b98
1 changed files with 1 additions and 1 deletions

View File

@ -6,8 +6,8 @@ BUILD_ALL := "Use 'make help' for possible targets."
BUILD_HELP := "Use one of the following build targets;"
BUILD_VERSION ?= 1.0
BUILD_NAME := omsxctl-$(BUILD_VERSION)
.SUFFIXES:
.SUFFIXES:
.PHONY: all
all:
@echo $(BUILD_ALL)