summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsijanec <anton@sijanec.eu>2021-01-12 00:14:33 +0100
committersijanec <anton@sijanec.eu>2021-01-12 00:14:33 +0100
commit78b5c81fc5a1d74e92b059be91aa598beb89b4f2 (patch)
tree1b3037e266e22e0cb1044146b625e8f3d49bb6ff
parent0.1.1-4 odstranim useless math.h in test.c (diff)
downloadrtv4d-dl-78b5c81fc5a1d74e92b059be91aa598beb89b4f2.tar
rtv4d-dl-78b5c81fc5a1d74e92b059be91aa598beb89b4f2.tar.gz
rtv4d-dl-78b5c81fc5a1d74e92b059be91aa598beb89b4f2.tar.bz2
rtv4d-dl-78b5c81fc5a1d74e92b059be91aa598beb89b4f2.tar.lz
rtv4d-dl-78b5c81fc5a1d74e92b059be91aa598beb89b4f2.tar.xz
rtv4d-dl-78b5c81fc5a1d74e92b059be91aa598beb89b4f2.tar.zst
rtv4d-dl-78b5c81fc5a1d74e92b059be91aa598beb89b4f2.zip
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ce69bdd..f594359 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,11 @@
-DESTDIR=/usr/local/bin/
+DESTDIR=/
default:
gcc rtv4d-dl.c -o rtv4d-dl -Wall -I.
install:
- cp rtv4d-dl $(DESTDIR)
+ mkdir -p $(DESTDIR)/usr/local/bin/
+ cp rtv4d-dl $(DESTDIR)/usr/local/bin/
distclean:
rm rtv4d-dl -f