- removing the /release directory in the make clean

This commit is contained in:
Rohith 2015-09-23 22:58:23 +01:00
parent 232d8dc91f
commit e116556e7f

View file

@ -30,6 +30,7 @@ release: static
clean: clean:
rm -rf ./bin 2>/dev/null rm -rf ./bin 2>/dev/null
rm -rf ./release 2>/dev/null
authors: authors:
git log --format='%aN <%aE>' | sort -u > AUTHORS git log --format='%aN <%aE>' | sort -u > AUTHORS