2
0
mirror of https://github.com/team2059/Zaphod synced 2024-12-18 20:12:28 -05:00

Made the build file clean then build if buildclean is ran

This commit is contained in:
Adam Long 2014-06-07 14:07:08 -04:00
parent 486c03b8c5
commit f9277408ed

2
build
View File

@ -31,8 +31,8 @@ if sys.argv[1] == 'clean':
clean()
if sys.argv[1] == 'buildclean':
build()
clean()
build()
if sys.argv[1] == 'deploy':
deploy()