aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2013-09-11 17:40:39 -0400
committerCalvin Morrison <mutantturkey@gmail.com>2013-09-11 17:40:39 -0400
commit3377c7b1e766afb54949c0b2b758888e3de6ff86 (patch)
treed546ce4172bc6a491662266a8c20eaf50a42d715 /Makefile
parent6afe2c27b1de059a21294b5831ebe22247265e81 (diff)
update makefile to remove mt references and bump version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c243a48..0c49d72 100644
--- a/Makefile
+++ b/Makefile
@@ -43,13 +43,13 @@ svte: ${OBJ}
clean:
@echo cleaning
- @rm -f svte ${OBJ} mt-${VERSION}.tar.gz
+ @rm -f svte ${OBJ} svte-${VERSION}.tar.gz
dist: clean
@echo creating dist tarball
@mkdir -p svte-${VERSION}
@cp -R Makefile config.mk ${SRC} svte-${VERSION}
- @tar -cf svte-${VERSION}.tar mt-${VERSION}
+ @tar -cf svte-${VERSION}.tar svte-${VERSION}
@gzip svte-${VERSION}.tar
@rm -rf svte-${VERSION}