add a crude release script.

This commit is contained in:
Solomon Peachy 2016-01-18 21:16:50 -05:00
parent a550ef34e5
commit cce49e4e25
1 changed files with 7 additions and 0 deletions

View File

@ -51,3 +51,10 @@ install:
clean:
$(RM) -f $(EXEC_NAME) $(BACKENDS)
release:
$(RM) -Rf selphy_print-rel
$(MKDIR) -p selphy_print-rel
cp *.c *.h Makefile blacklist COPYING README selphy_print-rel
tar -cjvf selphy_print-rel.tar.bz2 selphy_print-rel
$(RM) -Rf selphy_print-rel