aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-09-09 23:09:53 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-09-09 23:09:53 +0200
commit1f499058f9c2174dc22dc9ea52d9324dd76763d1 (patch)
tree8460690eaea6a83a4811aca426c8c0b413bfcb96
parenteda0dc9c9a4ec74e97a4b69b1b463f16a6d7f7bb (diff)
Remove slash
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eeedc6a..1d5a624 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PREFIX = /usr/local
-DPREFIX = ${DESTDIR}/${PREFIX}
+DPREFIX = ${DESTDIR}${PREFIX}
target = gsp
sources = main.go \