Changeset 617:dc17013b0e52 in lemon-0.x for src/work/makefile
- Timestamp:
- 05/11/04 23:26:29 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@802
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/makefile
r577 r617 1 1 INCLUDEDIRS ?= -I../include -I. -I./{marci,jacint,alpar,klao,akos} 2 CXXFLAGS = -g -O 0-W -Wall $(INCLUDEDIRS) -ansi -pedantic2 CXXFLAGS = -g -O3 -W -Wall $(INCLUDEDIRS) -ansi -pedantic 3 3 4 4 BINARIES ?= bin_heap_demo
Note: See TracChangeset
for help on using the changeset viewer.