From 87a42c4dc364d5cf94187b1ff7488b74709372bf Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Mon, 12 Oct 2015 17:15:57 +0200 Subject: Add Makefile --- executor/Makefile | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 executor/Makefile (limited to 'executor') 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 - -- cgit mrf-deployment