Changeset 37 in Main for trunk


Ignore:
Timestamp:
Sep 16, 2024, 10:57:39 PM (2 months ago)
Author:
Nishi
Message:

add manpage

Location:
trunk
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r32 r37  
    99FLAGS = PWD=$(PWD) PLATFORM=$(PLATFORM) PREFIX=$(PREFIX)
    1010
    11 .PHONY: all format clean ./Server ./Common ./Module
     11.PHONY: all format clean ./Server ./Common ./Module ./Manpage
    1212
    13 all: ./Server ./Module
     13all: ./Server ./Module ./Manpage
    1414
    1515./Server:: ./Common
     
    2222        $(MAKE) -C $@ $(FLAGS)
    2323
     24./Manpage::
     25        $(MAKE) -C $@ $(FLAGS)
     26
    2427format:
    2528        clang-format --verbose -i `find ./Server ./Common ./Module "(" -name "*.c" -or -name "*.h" ")" -and -not -name "strptime.*"`
     
    2932        $(MAKE) -C ./Module $(FLAGS) clean
    3033        $(MAKE) -C ./Common $(FLAGS) clean
     34        $(MAKE) -C ./Manpage $(FLAGS) clean
Note: See TracChangeset for help on using the changeset viewer.