(small makefile fix)

partial-rewrite
Ben Blazak 2012-08-23 01:34:05 -07:00
parent fe603948a9
commit aa1c683587
1 changed files with 1 additions and 1 deletions

View File

@ -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)'