lowercase makefile looks better

This commit is contained in:
cælōrum spectātrīx 2025-11-23 13:53:05 +01:00
parent 381fa66dfc
commit ec49659cb1
2 changed files with 5 additions and 5 deletions

View file

@ -1,18 +0,0 @@
CSM := csm
PREFIX := /usr/local
INSTALL := install
.PHONY: all
all: Makefile.csm
$(MAKE) -f Makefile.csm
Makefile.csm:
$(CSM) -makefile Makefile.csm
.PHONY: clean
clean:
git clean -fdx
.PHONY: install
install:
$(INSTALL) -sDm755 rain $(DESTDIR)$(PREFIX)/bin/rain