Remove "--" from cpp makefile

This commit is contained in:
RichΛrd 2021-05-04 18:44:00 -04:00 committed by GitHub
parent d2283a645c
commit 51bd353a51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ clean:
# The library
$(LIBFILE): $(LIBOBJ)
$(AR) -crs $@ -- $^
$(AR) -crs $@ $^
# Object files
%.o: %.cpp .deps/timestamp