Compare commits

...

2 Commits

Author SHA1 Message Date
Willem Cazander d7f26a5db7 Unignored eclipse project file. 2021-07-02 18:58:59 +02:00
Willem Cazander fbe8ef0b98 Moved line 2020-05-01 04:34:54 +02:00
3 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View File

@ -15,7 +15,6 @@ Makelocal.mk
# Ignore some eclipse files
.settings
.project
# Ignore visual studio files
.vs/

11
.project Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>omsxctl</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>

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)