Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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 :