diff options
-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 |