aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorklaar36 <klas.arvidsson@liu.se>2016-05-03 21:00:24 +0200
committerklaar36 <klas.arvidsson@liu.se>2016-05-03 21:00:24 +0200
commite3afa4964ece6804b38224e529922ce8c442b8f4 (patch)
tree9e91c0b3cd7cea9840260a338b71734058c6943a
parent5fec8c0cea7a42b7e07b07db61caa05003cd0687 (diff)
downloadpintos-rs-e3afa4964ece6804b38224e529922ce8c442b8f4.tar.gz
rule to build examples from userprog
-rw-r--r--src/Makefile.kernel3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.kernel b/src/Makefile.kernel
index cf5c58a..95e9c89 100644
--- a/src/Makefile.kernel
+++ b/src/Makefile.kernel
@@ -16,5 +16,8 @@ build/Makefile: ../Makefile.build
build/%: $(DIRS) build/Makefile
cd build && $(MAKE) $*
+examples:
+ make -C ../examples
+
clean:
rm -rf build