aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTaylor Holberton <taylorcholberton@gmail.com>2016-08-03 10:13:04 -0400
committerTaylor Holberton <taylorcholberton@gmail.com>2016-08-03 10:13:04 -0400
commit6491c7d6d1e1e7a119271e59cf9306c0ccc6726a (patch)
treea4d427facb5e8ab13e94ee6afc8cbb9a58dc0771 /Makefile
parenta1799e77a38ba00f37ae2ff3d9d04573ccb0beaa (diff)
Added default prefix variable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 38a15a2..d895384 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ OBJECTS = mixer.o pcm.o
LIB = libtinyalsa.a
SHLIB = libtinyalsa.so
CROSS_COMPILE =
+PREFIX = /usr/local
.PHONY: all
all: $(LIB) $(SHLIB) tinyplay tinycap tinymix tinypcminfo