Browse Source

make clean also for slex.

Andreas Stenius 11 years ago
parent
commit
16f997899b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -38,7 +38,7 @@ plt:
 
 
 clean:
 clean:
 	@echo "Clean merl..." ; $(MAKE) -C deps/merl clean
 	@echo "Clean merl..." ; $(MAKE) -C deps/merl clean
-	@$(REBAR) clean
+	@$(REBAR) -C rebar-slex.config clean
 	rm -fv erl_crash.dump
 	rm -fv erl_crash.dump
 
 
 # rebuild any .slex files as well..  not included by default to avoid
 # rebuild any .slex files as well..  not included by default to avoid