summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
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)