[FIX] Makefile clean must remove and `tile38-luamemtest`

This commit is contained in:
Evgeniy Kulikov 2018-03-07 17:51:06 +03:00
parent c8353a18b2
commit f5d78c908c
No known key found for this signature in database
GPG Key ID: BF6AEE0A2A699BF2
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ clean:
rm -f tile38-server rm -f tile38-server
rm -f tile38-cli rm -f tile38-cli
rm -f tile38-benchmark rm -f tile38-benchmark
rm -f tile38-luamemtest
test: test:
@./build.sh test @./build.sh test
cover: cover: