summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2025-01-20 11:07:47 +0100
committerRoland Reichwein <mail@reichwein.it>2025-01-20 11:07:47 +0100
commit78ace79b86aeba3575b2abe2ba617798f6d8da85 (patch)
tree53343326b96229d4930f2c6650b52d930f03f4b6 /Makefile
parentb527be73791648a6fa424a3b654d84374bb0bd86 (diff)
Install click file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3561227..1d7a760 100644
--- a/Makefile
+++ b/Makefile
@@ -47,6 +47,8 @@ $(TARGET): $(OBJS)
install:
mkdir -p $(DESTDIR)/usr/bin
cp $(TARGET) $(DESTDIR)/usr/bin
+ mkdir -p $(DESTDIR)/usr/lib/click/media
+ cp media/click.s16le $(DESTDIR)/usr/lib/click/media
clean:
rm -f $(TARGET) $(OBJS)