tpotce/docker/p0f/Makefile
Marco Ochse 0d5d80b1e3 include docker repos
... skip emobility since it is a dev repo
2017-10-13 18:58:14 +00:00

21 lines
279 B
Makefile

#
# 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