From 1952b3df754be348644f4cf032b00b1fc1293e36 Mon Sep 17 00:00:00 2001 From: Karol Gugala Date: Tue, 23 Apr 2019 15:56:44 +0200 Subject: [PATCH] fuzzers: 007: create run.ok file Signed-off-by: Karol Gugala --- fuzzers/007-timing/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/fuzzers/007-timing/Makefile b/fuzzers/007-timing/Makefile index 9344917d..1b4f37bf 100644 --- a/fuzzers/007-timing/Makefile +++ b/fuzzers/007-timing/Makefile @@ -5,6 +5,7 @@ PRJN?=1 run: all all: build/timgrid-v.json bel/build/sdf + touch run.ok clean: rm -rf build