From 544a8f13631996112c3e72f6831452139a536550 Mon Sep 17 00:00:00 2001 From: Justin Reichardt Date: Fri, 17 Jun 2022 14:57:03 -0500 Subject: [PATCH] Removed extranious "/" in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 73b0296..bb635b8 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ build: configure ;fi cp src/rhosts_default.cfg $(PROJROOT)build/share/rhosts cd $(PROJROOT)src && go build -o $(PROJROOT)build/bin/ $(GOBUILDFLAGS) ./ - cp -r $(PROJROOT)src/systemd $(PROJROOT)/build/share/rhosts/ + cp -r $(PROJROOT)src/systemd $(PROJROOT)build/share/rhosts/ .PHONY: build-win build-win: configure cd $(PROJROOT)src && GOOS=windows go build -o $(PROJROOT) $(GOBUILDFLAGS) ./