From f3e559c43c72ef399321abfd5569bb609ba3b6a8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 24 Oct 2015 22:58:59 -0700 Subject: deb/Makefile: added 'clean'. --- deb/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deb/Makefile b/deb/Makefile index 7d067ef70..7f514fe24 100644 --- a/deb/Makefile +++ b/deb/Makefile @@ -1,8 +1,11 @@ COMMIT?=HEAD -.PHONY: package +.PHONY: package clean package: vagrant up vagrant ssh -c 'rm -rf pandoc && git clone https://github.com/jgm/pandoc && cd pandoc && git checkout -b work $(COMMIT) && git submodule update --init && ./make_deb.sh && cp *.deb /vagrant_data/' vagrant halt + +clean: + vagrant destroy -- cgit v1.2.3