From ec49659cb13d65ec8cfd08e4dd4a1cfd341c09cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C3=A6l=C5=8Drum=20spect=C4=81tr=C4=ABx?= Date: Sun, 23 Nov 2025 13:53:05 +0100 Subject: [PATCH] lowercase makefile looks better --- .gitignore | 2 +- Makefile => makefile | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) rename Makefile => makefile (67%) diff --git a/.gitignore b/.gitignore index 4d24b44..1369984 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -/Makefile.csm +/makefile.csm /rain diff --git a/Makefile b/makefile similarity index 67% rename from Makefile rename to makefile index 12c0eec..738144f 100644 --- a/Makefile +++ b/makefile @@ -3,11 +3,11 @@ PREFIX := /usr/local INSTALL := install .PHONY: all -all: Makefile.csm - $(MAKE) -f Makefile.csm +all: makefile.csm + $(MAKE) -f makefile.csm -Makefile.csm: - $(CSM) -makefile Makefile.csm +makefile.csm: + $(CSM) -makefile makefile.csm .PHONY: clean clean: