Merge "Poincare: Make the rulegen step silent"

This commit is contained in:
Romain Goyet
2016-04-05 12:56:35 +02:00
committed by Gerrit

View File

@@ -4,7 +4,7 @@ dir=poincare/src/simplify
$(dir)/rules.cpp: $(RULEGEN) $(dir)/rules.pr
@echo "RULEGEN $@"
$(RULEGEN) < $(dir)/rules.pr > $@
@$(RULEGEN) < $(dir)/rules.pr > $@
products += $(dir)/rules.cpp