Changeset 6 in Main for trunk/Server/Makefile
- Timestamp:
- Sep 13, 2024, 7:28:20 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/Makefile
r4 r6 11 11 12 12 tewi$(EXEC): $(OBJS) ../Common/common.a 13 $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) ../Common/common.a 13 $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) ../Common/common.a -lssl -lcrypto 14 14 15 15 .c.o:
Note:
See TracChangeset
for help on using the changeset viewer.