- Added extra build options

diff --git a/Makefile b/Makefile
index 36ce3e4..4713cfe 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,13 @@
 	cd programs && $(MAKE) all && cd ..
 	cd tests    && $(MAKE) all && cd ..
 
+no_test:
+	cd library  && $(MAKE) all && cd ..
+	cd programs && $(MAKE) all && cd ..
+
+lib:
+	cd library  && $(MAKE) all && cd ..
+
 install:
 	mkdir -p $(DESTDIR)/include/polarssl
 	cp -r include/polarssl $(DESTDIR)/include