Merge pull request #261 from mcmasterg/clean_ok

fuzzer.mk: clean ok file
This commit is contained in:
John McMaster 2018-11-14 17:23:00 -08:00 committed by GitHub
commit 5783e71d7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ run:
touch run.ok
clean:
rm -rf build
rm -rf build run.ok
.PHONY: all run clean