Changeset 197 in Main for trunk/Makefile


Ignore:
Timestamp:
Sep 29, 2024, 4:13:35 PM (7 weeks ago)
Author:
Nishi
Message:

just generate pkg containing the config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r184 r197  
    1212.PHONY: all format clean ./Server ./Common ./Module get-version
    1313
    14 all: ./Server $(MODULE) ./Tool/genconf ./Tool/itworks
     14all: ./Server $(MODULE)
    1515
    1616./Tool/option: ./Tool/option.c config.h
     
    2323        cc -o $@ ./Tool/itworks.c
    2424
    25 ./Server:: ./Common ./Tool/option
     25./Server:: ./Common ./Tool/option ./Tool/genconf ./Tool/itworks
    2626        $(MAKE) -C $@ $(FLAGS) EXTOBJS="`./Tool/option objs ../`" EXTLIBS="`./Tool/option libs ../`" EXTCFLAGS="`./Tool/option cflags ../`" EXTLDFLAGS="`./Tool/option ldflags ../`"
    2727
Note: See TracChangeset for help on using the changeset viewer.