Changeset 244 for soft/giet_vm/Makefile
- Timestamp:
- Jun 6, 2013, 5:39:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/Makefile
r241 r244 43 43 build/libs/utils.o \ 44 44 build/libs/string.o \ 45 build/libs/spin_lock.o \ 45 46 build/libs/malloc.o 46 47 … … 151 152 $(CC) $(CFLAGS) $(INCLUDE) -c -o $@ $< 152 153 154 build/libs/spin_lock.o: libs/spin_lock.c libs/spin_lock.h 155 $(CC) $(CFLAGS) $(INCLUDE) -c -o $@ $< 156 153 157 ### clean 154 158 clean:
Note: See TracChangeset
for help on using the changeset viewer.