- Timestamp:
- Sep 18, 2024, 8:29:31 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r44 r53 9 9 FLAGS = PWD=$(PWD) PLATFORM=$(PLATFORM) PREFIX=$(PREFIX) 10 10 11 .PHONY: all format clean ./Server ./Common ./Module ./Manpage 11 .PHONY: all format clean ./Server ./Common ./Module ./Manpage get-version 12 12 13 13 all: ./Server ./Module ./Manpage … … 31 31 clang-format --verbose -i `find ./Server ./Common ./Module "(" -name "*.c" -or -name "*.h" ")" -and -not -name "strptime.*"` config.h 32 32 33 get-version: 34 @grep "define TW_VERSION" Server/tw_version.h | grep -Eo '"[^\]+' | sed -E 's/^"//g' 35 33 36 clean: 34 37 $(MAKE) -C ./Server $(FLAGS) clean
Note:
See TracChangeset
for help on using the changeset viewer.