add dummy Makefile to instrumentation/

This commit is contained in:
van Hauser 2020-12-15 18:07:01 +01:00
parent 1fc0918ac0
commit db76b06e01
2 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
### Version ++3.01a (release) ### Version ++3.01a (release)
- ... - added dummy Makefile to instrumentation/
### Version ++3.00c (release) ### Version ++3.00c (release)

2
instrumentation/Makefile Normal file
View File

@ -0,0 +1,2 @@
all:
@echo "no need to do make in the instrumentation/ directory :) - it is all done in the main one"