Files
hsmod_original/hm_web/Makefile
T
WatermelonModders fc5cb0c32c Initial commit
2022-05-31 12:35:46 -04:00

11 lines
291 B
Makefile

DIR=.publish
publish:
# publish
mkdir -p ~/git/clones/$(DIR)
rm -rf $(DIR)
mkdir $(DIR)
cp -r * $(DIR)
cd $(DIR) && rm -rf test test.sh *.pyc customMod static/images static/images sessions cache/cardsxml_p1 cache/cardsxml_p3
tar cvvf web.tar $(DIR) && mv web.tar ~/git/clones/$(DIR)