release: Add the hiti files to the 'make release' target

This commit is contained in:
Solomon Peachy 2019-11-02 16:01:03 -04:00
parent 82e3fe540e
commit 02f0cff093
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ clean:
release: clean release: clean
$(RM) -Rf selphy_print$(REVISION) $(RM) -Rf selphy_print$(REVISION)
$(MKDIR) -p selphy_print$(REVISION) $(MKDIR) -p selphy_print$(REVISION)
cp -a *.c *.h Makefile blacklist COPYING README lib6145 lib70x selphy_print$(REVISION) cp -a *.c *.h Makefile blacklist COPYING README lib6145 lib70x hiti_data selphy_print$(REVISION)
tar -czvf selphy_print$(REVISION).tar.gz selphy_print$(REVISION) tar -czvf selphy_print$(REVISION).tar.gz selphy_print$(REVISION)
$(RM) -Rf selphy_print$(REVISION) $(RM) -Rf selphy_print$(REVISION)