- Timestamp:
- Sep 25, 2024, 2:07:09 AM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r145 r146 13 13 all: ./Server ./Module ./Manpage ./Tool/genconf ./Tool/itworks 14 14 15 ./Tool/option: ./Tool/option.c 15 ./Tool/option: ./Tool/option.c config.h 16 16 cc -o $@ ./Tool/option.c 17 17 18 ./Tool/genconf: ./Tool/genconf.c 18 ./Tool/genconf: ./Tool/genconf.c config.h 19 19 cc -o $@ ./Tool/genconf.c 20 20 21 ./Tool/itworks: ./Tool/itworks.c 21 ./Tool/itworks: ./Tool/itworks.c config.h 22 22 cc -o $@ ./Tool/itworks.c 23 23
Note:
See TracChangeset
for help on using the changeset viewer.