From 3671b61c5681af06ece601e8621c3fada2485a43 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 8 Nov 2015 12:19:01 +0200 Subject: [PATCH] Can't run depended target twice, so removing second clean (after all) in test target. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b707683..1a8d12a 100644 --- a/Makefile +++ b/Makefile @@ -25,4 +25,4 @@ clean: publish: all rsync -az resume.html resume.pdf resume.odt resume.docx $(SERVER):$(DEST) -test: clean all clean +test: clean all -- GitLab