Changeset 108 for trunk/lib/Makefile
- Timestamp:
- 04/29/08 14:17:48 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Makefile
r98 r108 3 3 ################################################################################ 4 4 5 FILES=regfi.o smb_deps.o void_stack.o range_list.o 5 FILES=regfi.o smb_deps.o void_stack.o range_list.o lru_cache.o 6 6 7 7 all: $(FILES) … … 19 19 $(CC) $(CFLAGS) $(OPTS) $(INC) -c -o $@ range_list.c 20 20 21 lru_cache.o: lru_cache.c 22 $(CC) $(CFLAGS) $(OPTS) $(INC) -c -o $@ lru_cache.c 23 21 24 clean: 22 25 rm -f $(FILES)
Note: See TracChangeset
for help on using the changeset viewer.