diff options
author | Daniil Baturin <daniil@baturin.org> | 2019-07-02 22:34:59 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2019-07-02 22:34:59 +0200 |
commit | 35a429c4ca1923b3e87531f34ca64133d4a82efc (patch) | |
tree | d9bfbef82fe30057c01e882b885ad746f263a409 /Makefile | |
parent | 630f398bd23fbfe4e927bf042a7afd3a44f47e08 (diff) | |
download | vyos-1x-35a429c4ca1923b3e87531f34ca64133d4a82efc.tar.gz vyos-1x-35a429c4ca1923b3e87531f34ca64133d4a82efc.zip |
Add Debian packaging and LGPL license.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 000000000..c99579b45 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +.PHONY: all + +all: + # Install is just xcopy |