Changeset 3 in Main for trunk/Server/Makefile


Ignore:
Timestamp:
Sep 13, 2024, 6:06:44 PM (2 months ago)
Author:
Nishi
Message:

string op works, log works too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/Makefile

    r2 r3  
    66.SUFFIXES: .c .o
    77
    8 OBJS = ../Common/common.a main.o
     8OBJS = version.o main.o
    99
    1010all: tewi$(EXEC)
    1111
    12 tewi$(EXEC): $(OBJS)
    13         $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
     12tewi$(EXEC): $(OBJS) ../Common/common.a
     13        $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) ../Common/common.a
    1414
    1515.c.o:
Note: See TracChangeset for help on using the changeset viewer.