- Timestamp:
- Sep 16, 2024, 10:57:39 PM (2 months ago)
- Location:
- trunk
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r32 r37 9 9 FLAGS = PWD=$(PWD) PLATFORM=$(PLATFORM) PREFIX=$(PREFIX) 10 10 11 .PHONY: all format clean ./Server ./Common ./Module 11 .PHONY: all format clean ./Server ./Common ./Module ./Manpage 12 12 13 all: ./Server ./Module 13 all: ./Server ./Module ./Manpage 14 14 15 15 ./Server:: ./Common … … 22 22 $(MAKE) -C $@ $(FLAGS) 23 23 24 ./Manpage:: 25 $(MAKE) -C $@ $(FLAGS) 26 24 27 format: 25 28 clang-format --verbose -i `find ./Server ./Common ./Module "(" -name "*.c" -or -name "*.h" ")" -and -not -name "strptime.*"` … … 29 32 $(MAKE) -C ./Module $(FLAGS) clean 30 33 $(MAKE) -C ./Common $(FLAGS) clean 34 $(MAKE) -C ./Manpage $(FLAGS) clean
Note:
See TracChangeset
for help on using the changeset viewer.