Changeset 182 in Main for trunk/Makefile
- Timestamp:
- Sep 27, 2024, 9:55:12 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r181 r182 4 4 PLATFORM = generic 5 5 PREFIX = /usr/local 6 MODULE = ./Module 6 7 7 8 include Platform/$(PLATFORM).mk … … 11 12 .PHONY: all format clean ./Server ./Common ./Module get-version 12 13 13 all: ./Server ./Module./Tool/genconf ./Tool/itworks14 all: ./Server $(MODULE) ./Tool/genconf ./Tool/itworks 14 15 15 16 ./Tool/option: ./Tool/option.c config.h
Note:
See TracChangeset
for help on using the changeset viewer.