mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
Use addsuffix instead of patsubst
This commit is contained in:
parent
8c7a1dfecc
commit
a20d3e4bfe
@ -166,7 +166,7 @@ test-default: $(TESTS)
|
||||
clean-test:
|
||||
@rm -fr trash
|
||||
|
||||
CLEAN += $(TEST_PROGS) $(patsubst %,%.o,$(TEST_PROGS))
|
||||
CLEAN += $(TEST_PROGS) $(addsuffix .o,$(TEST_PROGS))
|
||||
endif
|
||||
|
||||
.PHONY: $(TESTS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user