From aa1c68358742e9aafad3e6bdbad3af56bad27443 Mon Sep 17 00:00:00 2001 From: Ben Blazak Date: Thu, 23 Aug 2012 01:34:05 -0700 Subject: [PATCH] (small makefile fix) --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index a4c013c..9e3149c 100644 --- a/makefile +++ b/makefile @@ -44,7 +44,7 @@ clean: dist: # make sure we're checked in - git commit -a + -git commit -a # set up the build dir -rm -r '$(BUILD)/$(TARGET)'* -mkdir -p '$(BUILD)/$(TARGET)'