mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-25 12:42:02 +03:00
Remove unnecessary use of LDFLAGS
This commit is contained in:
parent
b81f5280c1
commit
e0d6d0881e
@ -28,7 +28,7 @@ $(LIBTARGET): $(OBJS)
|
||||
-include $(DEPS)
|
||||
|
||||
%.d: %.c
|
||||
@$(CPP) $(CPPFLAGS) $< -MM -MT $(@:.d=.o) >$@ $(LDFLAGS)
|
||||
@$(CPP) $(CPPFLAGS) $< -MM -MT $(@:.d=.o) >$@
|
||||
|
||||
|
||||
.PHONY: clean
|
||||
|
Loading…
Reference in New Issue
Block a user