diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -104,6 +104,9 @@ clean: git clean -dfx git submodule foreach --recursive 'git clean -dfx' +sandblast: clean + git submodule deinit -f . + sw: cd sw; $(call DCH, -sw, software tools) cd sw; debuild -S -uc -us @@ -132,4 +135,4 @@ upload: ${RSYNC} --ignore-existing ${REPOSITORY}/ ${UPLOAD_URI} ${RSYNC} --delete --delete-delay ${REPOSITORY}/ ${UPLOAD_URI} -.PHONY: all init clean sw rtl meta reprepro upload enchilada +.PHONY: all init clean sw rtl meta reprepro upload enchilada sandblast |