From 8f1dc42cc9f43b75529ca3bd09ca3f8f5cdf66d6 Mon Sep 17 00:00:00 2001 From: Sascha Silbe Date: Wed, 21 Jul 2010 18:06:06 +0000 Subject: Makefile: add (recursive) clean target --- diff --git a/Makefile b/Makefile index a05e1f9..31f95f3 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,9 @@ install: install -m 0644 rainbow/conf/51-rainbow.perms $(SYSCONFDIR)/security/console.perms.d/51-rainbow.perms install -d $(LOCALSTATEDIR)/spool/rainbow/2 -.PHONY: build install +clean: + $(MAKE) -C nss clean + +.PHONY: build install clean # vim: noet sts=4 ts=4 sw=4 : -- cgit v0.9.1