mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Make distclean work again
This commit is contained in:
parent
d28b759e00
commit
53166669e7
@ -27,4 +27,6 @@ install-man:
|
|||||||
clean:
|
clean:
|
||||||
rm -f *~ *.pyc
|
rm -f *~ *.pyc
|
||||||
|
|
||||||
|
distclean: clean
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
@ -15,10 +15,10 @@ install:
|
|||||||
clean:
|
clean:
|
||||||
rm -f *~ *.pyc
|
rm -f *~ *.pyc
|
||||||
|
|
||||||
|
distclean: clean
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test: $(subst .py,.tst,$(TESTS))
|
test: $(subst .py,.tst,$(TESTS))
|
||||||
|
|
||||||
%.tst: %.py
|
%.tst: %.py
|
||||||
python $<
|
python $<
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user