fuzzer.mk: clean ok file

Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
John McMaster 2018-11-13 19:11:18 -08:00
parent b0b9095b39
commit 360d5039e2
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