Changeset 259 for soft/giet_vm/Makefile
- Timestamp:
- Dec 5, 2013, 12:45:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/Makefile
r258 r259 290 290 $(CC) $(CFLAGS) $(USER_INCLUDE) -c -o $@ $< 291 291 292 build/libs/stdlib.o: giet_libs/stdlib.c \ 293 giet_libs/stdlib.h \ 294 giet_config.h 295 $(CC) $(CFLAGS) $(USER_INCLUDE) -c -o $@ $< 296 292 297 build/libs/string.o: giet_libs/string.c \ 293 298 giet_libs/string.h \
Note: See TracChangeset
for help on using the changeset viewer.