Skip to content

Commit

Permalink
build: cleanup gitignore and include binaries in package
Browse files Browse the repository at this point in the history
  • Loading branch information
hanatos committed Feb 7, 2023
1 parent 7dc8b63 commit e440e91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
*ptooltips
built/
src/core/version.h
src/vkdt
src/vkdt-cli
src/vkdt-fit
bin/config.mk
bin/vkdt
bin/vkdt-cli
Expand Down
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ install: all
cp -rfL bin/vkdt ${VKDTDIR}
cp -rfL bin/vkdt-cli ${VKDTDIR}
cp -rfL bin/vkdt-mkssf bin/vkdt-mkclut bin/vkdt-fit ${VKDTDIR}
cp -rfL bin/vkdt-eval-profile bin/vkdt-lutinfo ${VKDTDIR}
cp -rfL bin/default* ${VKDTDIR}
cp -rfL bin/darkroom.ui ${VKDTDIR}
cp -rfL bin/thumb.cfg ${VKDTDIR}
cp -rfL bin/noise-profile.sh bin/vkdt-mkgallery.sh bin/read-icc.py ${VKDTDIR}
cp -rfL bin/vkdt-noise-profile bin/vkdt-gallery bin/vkdt-read-icc ${VKDTDIR}
ln -rsf ${VKDTDIR}/vkdt $(DESTDIR)$(prefix)/bin/vkdt
ln -rsf ${VKDTDIR}/vkdt-cli $(DESTDIR)$(prefix)/bin/vkdt-cli

Expand Down Expand Up @@ -69,7 +70,7 @@ distclean:
$(shell find . -name "*.o" -exec rm {} \;)
$(shell find . -name "*.spv" -exec rm {} \;)
$(shell find . -name "*.so" -exec rm {} \;)
rm -rf bin/vkdt bin/vkdt-fit bin/vkdt-cli bin/vkdt-mkssf bin/vkdt-mkclut
rm -rf bin/vkdt bin/vkdt-fit bin/vkdt-cli bin/vkdt-mkssf bin/vkdt-mkclut bin/vkdt-lutinfo bin/vkdt-eval-profile
rm -rf src/macadam
rm -rf src/mkabney
rm -rf bin/data/*.lut
Expand Down

0 comments on commit e440e91

Please sign in to comment.