Merge pull request #276 from im-kulikov/fix-makefile-clean

[FIX] Makefile clean must remove and `tile38-luamemtest`
This commit is contained in:
Josh Baker 2018-03-09 03:16:23 -07:00 committed by GitHub
commit b1b7eda877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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