Changeset 3 in Main for trunk/Server/Makefile
- Timestamp:
- Sep 13, 2024, 6:06:44 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/Makefile
r2 r3 6 6 .SUFFIXES: .c .o 7 7 8 OBJS = ../Common/common.amain.o8 OBJS = version.o main.o 9 9 10 10 all: tewi$(EXEC) 11 11 12 tewi$(EXEC): $(OBJS) 13 $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) 12 tewi$(EXEC): $(OBJS) ../Common/common.a 13 $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) ../Common/common.a 14 14 15 15 .c.o:
Note:
See TracChangeset
for help on using the changeset viewer.