Changeset 718 for soft/giet_vm/applications/sort/Makefile
- Timestamp:
- Oct 9, 2015, 3:51:21 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/sort/Makefile
r589 r718 2 2 APP_NAME = sort 3 3 4 OBJS = main.o4 OBJS = sort.o 5 5 6 6 LIBS = -L../../build/libs -luser
Note: See TracChangeset
for help on using the changeset viewer.