Removed extranious "/" in Makefile

stable
Justin Reichardt 2022-06-17 14:57:03 -05:00
parent e58b208658
commit 544a8f1363
1 changed files with 1 additions and 1 deletions

View File

@ -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) ./