Makefile DESTDIR

master
HybridDog 2021-09-21 18:05:36 +02:00
parent f62eccc1c3
commit f0242bf73e
2 changed files with 3 additions and 2 deletions

View File

@ -33,4 +33,4 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: "executable"
path: upload/firstci/png_ssim_down
path: upload/firstci/bin/png_ssim_down

View File

@ -9,4 +9,5 @@ build/png_percept_down: png_percept_down.c
all: build/png_percept_down
install:
cp build/png_percept_down /usr/bin/png_percept_down
mkdir -p $(DESTDIR)/bin
cp build/png_percept_down $(DESTDIR)/bin/png_percept_down