Changeset 438 for trunk/psLib/src/collections/Makefile
- Timestamp:
- Apr 16, 2004, 4:43:59 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/Makefile
r437 r438 13 13 psBitMask.o \ 14 14 psSort.o \ 15 16 INCLUDES = -I$(includedir) 17 18 %.o: %.c 19 @echo " Compiling $<. " 20 $(CC) $(CFLAGS) $(INCLUDE_GLOBAL) $(INCLUDES) -c $< -o $@ 15 21 16 22 libpsCollections.a: $(SRC_OBJS)
Note:
See TracChangeset
for help on using the changeset viewer.
