freeipa/ipa-server/ipa-install/Makefile
0001-01-01 00:00:00 +00:00

10 lines
114 B
Makefile

all: ;
install:
$(MAKE) -C src $@
$(MAKE) -C share $@
clean:
$(MAKE) -C src $@
$(MAKE) -C share $@
rm -f *~