aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2015-10-12 17:15:57 +0200
committerAndrey Konovalov <andreyknvl@google.com>2015-10-13 15:31:56 +0200
commit87a42c4dc364d5cf94187b1ff7488b74709372bf (patch)
tree06e2f2c560953e726685d3f6188a5ff3ea815dea /executor
parent69de147243c2575dc297db78f80875bf11dff746 (diff)
Add Makefile
Diffstat (limited to 'executor')
-rw-r--r--executor/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/executor/Makefile b/executor/Makefile
deleted file mode 100644
index a84d06880..000000000
--- a/executor/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2015 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.
-
-executor: executor.cc syscalls.h
- gcc executor.cc -o executor -lpthread -static -Wall -O1 -g
-
-format: executor.cc
- clang-format --style=file -i executor.cc
-