Changeset 191 in Main for trunk/Server/Makefile
- Timestamp:
- Sep 29, 2024, 2:11:20 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/Makefile
r189 r191 6 6 .SUFFIXES: .c .o 7 7 8 OBJS = main.o version.o config.o server.o http.o module.o strptime.o $(EXTOBJS) $(PREOBJS)8 OBJS = main.o version.o config.o server.o http.o module.o strptime.o font.o $(EXTOBJS) $(PREOBJS) 9 9 10 10 all: tewi$(EXEC) $(TARGET)
Note:
See TracChangeset
for help on using the changeset viewer.