mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-02 12:16:56 -06:00
10 lines
114 B
Makefile
10 lines
114 B
Makefile
all: ;
|
|
|
|
install:
|
|
$(MAKE) -C src $@
|
|
$(MAKE) -C share $@
|
|
|
|
clean:
|
|
$(MAKE) -C src $@
|
|
$(MAKE) -C share $@
|
|
rm -f *~
|