From e0bc004d6fd8fb1d0ac22509458e19b18b1fa4ba Mon Sep 17 00:00:00 2001 From: Bastian Krol Date: Tue, 26 Apr 2016 19:12:32 +0200 Subject: fix duplicate slash in install dir (#15) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v1.2.3