From c4bfcee1d467c6d71b960bdc797dc140574d591b Mon Sep 17 00:00:00 2001 From: Nishi Date: Wed, 2 Oct 2024 10:22:03 +0000 Subject: [PATCH] add message git-svn-id: file:///raid/svn-personal/koakuma/trunk@41 219d0f9c-2d94-d447-890a-813e76b88fe9 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b9efa4..29d960e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,10 @@ PREFIX = /usr/local REPLACE = sed "s%@@PREFIX@@%$(PREFIX)%g" -.PHONY: install +.PHONY: default install + +default: + @echo To install, just run: make install install: Component/* Tool/* Utility/* Static/* koakuma.cgi.in apache.conf.in mkdir -p $(PREFIX)/lib/koakuma/component/ -- 2.45.2