diff options
author | Taylor Holberton <taylorcholberton@gmail.com> | 2016-08-03 10:13:04 -0400 |
---|---|---|
committer | Taylor Holberton <taylorcholberton@gmail.com> | 2016-08-03 10:13:04 -0400 |
commit | 6491c7d6d1e1e7a119271e59cf9306c0ccc6726a (patch) | |
tree | a4d427facb5e8ab13e94ee6afc8cbb9a58dc0771 /Makefile | |
parent | a1799e77a38ba00f37ae2ff3d9d04573ccb0beaa (diff) |
Added default prefix variable
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |