Changeset 187 for soft/giet_vm/memo/Makefile
- Timestamp:
- Jul 30, 2012, 6:14:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/memo/Makefile
r173 r187 9 9 INCLUDES = -Iinclude/libelfpp -Iinclude/libelfpp/elfpp -Iinclude/ -I../xml 10 10 memo.x: $(SRCS) $(HDRS) 11 g++ -Wall -g $(SRCS) $(INCLUDES) -o memo.x 11 #g++ -Wall -g $(SRCS) $(INCLUDES) -o memo.x 12 g++ -Wall -g -DDISTRIBUTED_SCHEDULERS $(SRCS) $(INCLUDES) -o memo.x 12 13 13 14 debug: $(SRCS) $(HDRS)
Note: See TracChangeset
for help on using the changeset viewer.