mirror of
https://github.com/status-im/QR-Code-generator.git
synced 2026-08-27 15:51:17 +00:00
Remove "--" from cpp makefile
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ clean:
|
||||
|
||||
# The library
|
||||
$(LIBFILE): $(LIBOBJ)
|
||||
$(AR) -crs $@ -- $^
|
||||
$(AR) -crs $@ $^
|
||||
|
||||
# Object files
|
||||
%.o: %.cpp .deps/timestamp
|
||||
|
||||
Reference in New Issue
Block a user