initial commit

This commit is contained in:
Patrick Schleizer 2015-12-15 02:00:24 +00:00
commit d3ccf0eeaf
No known key found for this signature in database
GPG key ID: CB8D50BB77BB3C48
16 changed files with 892 additions and 0 deletions

18
Makefile Normal file
View file

@ -0,0 +1,18 @@
#!/usr/bin/make -f
## Copyright (C) 2012 - 2014 Patrick Schleizer <adrelanos@riseup.net>
## See the file COPYING for copying conditions.
## genmkfile - Makefile - version 1.5
## This is a copy.
## master location:
## https://github.com/Whonix/genmkfile/blob/master/usr/share/genmkfile/Makefile
GENMKFILE_PATH ?= /usr/share/genmkfile
GENMKFILE_ROOT_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
export GENMKFILE_PATH
export GENMKFILE_ROOT_DIR
include $(GENMKFILE_PATH)/makefile-full