aboutsummaryrefslogtreecommitdiff
path: root/instrumentation
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-12-15 18:07:01 +0100
committervan Hauser <vh@thc.org>2020-12-15 18:07:01 +0100
commitdb76b06e0119b4fb780431a86fe7e197e8d20c0c (patch)
tree196e718d07cbe209e98e71c25a3adf62bd98834e /instrumentation
parent1fc0918ac0e79588f9c4aff0a274da0897fe1b88 (diff)
downloadAFLplusplus-db76b06e0119b4fb780431a86fe7e197e8d20c0c.tar.gz
add dummy Makefile to instrumentation/
Diffstat (limited to 'instrumentation')
-rw-r--r--instrumentation/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/instrumentation/Makefile b/instrumentation/Makefile
new file mode 100644
index 00000000..6cdd1a07
--- /dev/null
+++ b/instrumentation/Makefile
@@ -0,0 +1,2 @@
+all:
+ @echo "no need to do make in the instrumentation/ directory :) - it is all done in the main one"