24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-07-27 00:41:28 +02:00

Do not forget to remove testing beams on "clean"

This commit is contained in:
Evgeniy Khramtsov 2013-06-27 15:35:10 +10:00
parent 3631301304
commit 9094169440

View File

@ -215,6 +215,7 @@ uninstall-all: uninstall-binary
clean:
rm -rf deps/.got
rm -rf deps/.built
rm -rf test/*.beam
$(REBAR) clean
clean-rel: