aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTaylor Holberton <tay10r@protonmail.com>2019-05-11 08:20:54 -0400
committerGitHub <noreply@github.com>2019-05-11 08:20:54 -0400
commit809054250a32b6b1f0c416bf820ef807b98b740f (patch)
treedc127544b371532c67e7f215c10b997c24ab4c17 /Makefile
parent1d2302a566935bf213f4f110a7f98c8f8a655d07 (diff)
parent242841cd14737fba9be817484a8ba13c00b16727 (diff)
Merge pull request #132 from lucastanure/master
makefile: Don't overwrite CROSS_COMPILE variable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c3dcb1..ab36222 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,5 @@
export DESTDIR ?=
export PREFIX ?= /usr/local
-export CROSS_COMPILE =
export INCDIR ?= $(PREFIX)/include/tinyalsa
export LIBDIR ?= $(PREFIX)/lib