From 51bd353a51fa0971e2fb50c3cec5c0ba0738b7cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rich=CE=9Brd?= Date: Tue, 4 May 2021 18:44:00 -0400 Subject: [PATCH] Remove "--" from cpp makefile --- cpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/Makefile b/cpp/Makefile index f83c512..7f4875d 100644 --- a/cpp/Makefile +++ b/cpp/Makefile @@ -69,7 +69,7 @@ clean: # The library $(LIBFILE): $(LIBOBJ) - $(AR) -crs $@ -- $^ + $(AR) -crs $@ $^ # Object files %.o: %.cpp .deps/timestamp