lowercase makefile looks better
This commit is contained in:
parent
381fa66dfc
commit
ec49659cb1
2 changed files with 5 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +1,2 @@
|
||||||
/Makefile.csm
|
/makefile.csm
|
||||||
/rain
|
/rain
|
||||||
|
|
|
||||||
|
|
@ -3,11 +3,11 @@ PREFIX := /usr/local
|
||||||
INSTALL := install
|
INSTALL := install
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: Makefile.csm
|
all: makefile.csm
|
||||||
$(MAKE) -f Makefile.csm
|
$(MAKE) -f makefile.csm
|
||||||
|
|
||||||
Makefile.csm:
|
makefile.csm:
|
||||||
$(CSM) -makefile Makefile.csm
|
$(CSM) -makefile makefile.csm
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
Loading…
Add table
Add a link
Reference in a new issue