Changeset d484a32 for src/dgp/Makefile
- Timestamp:
- 10/24/14 13:07:15 (10 years ago)
- Branches:
- master
- Children:
- acbabee
- Parents:
- 56c300b
- git-author:
- Tomasz Obrebski <obrebski@…> (10/24/14 13:07:15)
- git-committer:
- Tomasz Obrebski <obrebski@…> (10/24/14 13:07:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/dgp/Makefile
re7de6cc rd484a32 11 11 #vpath %.o . 12 12 13 CXXFLAGS = -g - static13 CXXFLAGS = -g -Wno-deprecated -static 14 14 15 15 sources = main.cc grammar.cc symbol.cc mgraph.cc sgraph.cc dgp1.cc cmdline.cc \ … … 47 47 rm -f ${bin} ${objs} cmdline.* 48 48 rm -f *.d 49 rm -f *~ 49 50 50 51 .PHONY: prof
Note: See TracChangeset
for help on using the changeset viewer.