summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Bastian Krol <basti1302@users.noreply.github.com>2016-04-26 19:12:32 +0200
committerGravatar Adrien Schildknecht <adrien+dev@schischi.me>2016-04-26 10:12:32 -0700
commite0bc004d6fd8fb1d0ac22509458e19b18b1fa4ba (patch)
tree82a1e591ebc2910bdfa2b5c928efc174c1ad7621
parentf2333596609ff57ff9774882a08a433fc61b44da (diff)
fix duplicate slash in install dir (#15)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b7b50c8..b25eea8 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ CC=gcc
CFLAGS=-Wall -Wextra -std=gnu99 -O2
LDFLAGS=-lX11
EXE="xcwd"
-prefix=/usr/
+prefix=/usr
UNAME:=$(shell uname)
O=${CFILES:.c=.o}