diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-09-09 23:09:53 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-09-09 23:09:53 +0200 |
commit | 1f499058f9c2174dc22dc9ea52d9324dd76763d1 (patch) | |
tree | 8460690eaea6a83a4811aca426c8c0b413bfcb96 /Makefile | |
parent | eda0dc9c9a4ec74e97a4b69b1b463f16a6d7f7bb (diff) |
Remove slash
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ PREFIX = /usr/local -DPREFIX = ${DESTDIR}/${PREFIX} +DPREFIX = ${DESTDIR}${PREFIX} target = gsp sources = main.go \ |