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