actually use optimization switches

This commit is contained in:
mrdudz
2014-11-26 01:38:30 +01:00
parent 5f727ea56b
commit 3e8ae54759
5 changed files with 29 additions and 21 deletions

View File

@@ -37,6 +37,12 @@ dotests: $(WORKDIR)/bdiff$(EXE)
@$(MAKE) -C err clean all
@$(MAKE) -C misc clean all
continue: $(WORKDIR)/bdiff$(EXE)
@$(MAKE) -C val all
@$(MAKE) -C ref all
@$(MAKE) -C err all
@$(MAKE) -C misc all
clean:
@$(MAKE) -C val clean
@$(MAKE) -C ref clean