Changeset 598 for soft/giet_vm/Makefile
- Timestamp:
- Jul 9, 2015, 2:11:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/Makefile
r595 r598 347 347 ### ocean application compilation 348 348 applications/ocean/appli.elf: build/libs/libmath.a build/libs/libuser.a | $(DISK_IMAGE) 349 $(MAKE) -C applications/ocean349 cd applications/ocean && $(MAKE) && cd ../.. 350 350 mmd -o -i $(DISK_IMAGE) ::/build/ocean || true 351 351 mcopy -o -i $(DISK_IMAGE) $@ ::/build/ocean … … 396 396 $(MAKE) -C applications/dhrystone clean 397 397 $(MAKE) -C applications/gameoflife clean 398 $(MAKE) -C applications/ocean clean398 cd applications/ocean && $(MAKE) clean && cd ../.. 399 399 $(MAKE) -C applications/router clean 400 400 $(MAKE) -C applications/shell clean
Note: See TracChangeset
for help on using the changeset viewer.