]> sigrok.org Git - sigrok-dumps.git/blobdiff - Makefile
Added missing samplerate field to i2s/2ch-16bit-16khz
[sigrok-dumps.git] / Makefile
index 7dea2f86065f42e47c4b3e406262d80b93e7c845..f016d358c1db510854a8f94cde3f2516d97d81d1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,8 @@
 
 VERSION = "0.1.0"
 
+DESTDIR ?= /usr/local/share/sigrok-dumps
+
 all:
        @echo "Run 'make dist' to create a tarball."
 
@@ -32,3 +34,8 @@ dist: ChangeLog
                -f sigrok-dumps-$(VERSION).tar.gz *
        @rm -f ChangeLog
 
+install:
+       @mkdir -p $(DESTDIR)
+       @cp -r * $(DESTDIR)
+       @rm -f $(DESTDIR)/Makefile
+