aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@gmail.com>2017-06-14 13:05:44 +0200
committerGitHub <noreply@github.com>2017-06-14 13:05:44 +0200
commit241540a95e7316ab0836c04823c3361fa746da60 (patch)
tree7928129a8ef01900ad43637a47d1c9912efb3282 /executor
parent9104d6496b9060b594219fc41c466aa0f0de5e0f (diff)
parent0f784d778d72cbe145b6327aacd7db110e774a95 (diff)
Merge pull request #227 from xairy/up-makefile-fix
Makefile fixes
Diffstat (limited to 'executor')
-rw-r--r--executor/test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/test.go b/executor/test.go
index 47a4e0388..1f18dd3bf 100644
--- a/executor/test.go
+++ b/executor/test.go
@@ -1,7 +1,7 @@
// Copyright 2017 syzkaller project authors. All rights reserved.
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
-//go:generate bash -c "gcc kvm_gen.cc kvm.S -o kvm_gen && ./kvm_gen > kvm.S.h"
+//go:generate bash -c "gcc kvm_gen.cc kvm.S -o kvm_gen && ./kvm_gen > kvm.S.h && rm ./kvm_gen"
package executor