diff --git a/Makefile b/Makefile index 082f8d8..ba70deb 100644 --- a/Makefile +++ b/Makefile @@ -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)