diff options
author | Rob Austein <sra@hactrn.net> | 2015-07-06 23:49:29 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-07-06 23:49:29 -0400 |
commit | 2aaf05e99a8d6e2515ee47722d3551a4ce0cc023 (patch) | |
tree | 6fba5e46735b67e2aa35854a70f00ade1640abb9 /Makefile | |
parent | 2836c949c59e73e9a784acd09e89ace58278bef6 (diff) |
Target for making whole enchilada.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -83,6 +83,8 @@ UPLOAD_URI := rsync://apt.cryptech.is/novena/ all: init sw rtl +enchilada: all reprepro upload + init: git submodule update --init --recursive @@ -112,4 +114,4 @@ upload: ${RSYNC} --ignore-existing ${REPOSITORY}/ ${UPLOAD_URI} ${RSYNC} --delete --delete-delay ${REPOSITORY}/ ${UPLOAD_URI} -.PHONY: all init clean sw rtl reprepro upload +.PHONY: all init clean sw rtl reprepro upload enchilada |