Changeset 215 in Main for trunk/Module/Makefile
- Timestamp:
- Oct 3, 2024, 4:24:43 AM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Module/Makefile
r212 r215 14 14 15 15 .c.$(OBJ): 16 $(CC) $(CFLAGS) - c -o $@ $<16 $(CC) $(CFLAGS) -I ../Server -c -o $@ $< 17 17 18 18 clean: 19 rm -f *.o *.so *.a *.dll *.dll19 rm -f *.o *.so *.a *.dll
Note:
See TracChangeset
for help on using the changeset viewer.