From: Nishi Date: Wed, 25 Sep 2024 12:31:24 +0000 (+0000) Subject: remove manpage from target X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=8b662f35d7bdc1ebe54bc1cfa147dffe26f6b002;p=tewi.git remove manpage from target git-svn-id: file:///raid/svn-personal/tewi/trunk@157 8739d7e6-ffea-ec47-b151-bdff447c6205 --- diff --git a/Makefile b/Makefile index c0bf1d4..96d9c2b 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ FLAGS = PWD=$(PWD) PLATFORM=$(PLATFORM) PREFIX=$(PREFIX) .PHONY: all format clean ./Server ./Common ./Module get-version -all: ./Server ./Module ./Manpage ./Tool/genconf ./Tool/itworks +all: ./Server ./Module ./Tool/genconf ./Tool/itworks ./Tool/option: ./Tool/option.c config.h cc -o $@ ./Tool/option.c