mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
include docker repos
... skip emobility since it is a dev repo
This commit is contained in:
21
docker/p0f/Makefile
Normal file
21
docker/p0f/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
#
|
||||
# p0f - make wrapper
|
||||
# ------------------
|
||||
#
|
||||
# Copyright (C) 2012 by Michal Zalewski <lcamtuf@coredump.cx>
|
||||
#
|
||||
# Distributed under the terms and conditions of GNU LGPL.
|
||||
#
|
||||
|
||||
all:
|
||||
@./build.sh all
|
||||
|
||||
debug:
|
||||
@./build.sh debug
|
||||
|
||||
clean:
|
||||
@./build.sh clean
|
||||
|
||||
publish:
|
||||
@./build.sh publish
|
||||
|
Reference in New Issue
Block a user