release: Add the hiti files to the 'make release' target
This commit is contained in:
parent
82e3fe540e
commit
02f0cff093
2
Makefile
2
Makefile
|
@ -120,7 +120,7 @@ clean:
|
|||
release: clean
|
||||
$(RM) -Rf 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)
|
||||
$(RM) -Rf selphy_print$(REVISION)
|
||||
|
||||
|
|
Loading…
Reference in a new issue