From 48de0cd029b52f64f76345b6e1fdf3cde5c58de3 Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Fri, 23 Oct 2009 19:40:08 +0200 Subject: More work on syscalls and shell --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b15010d..0a62c46 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: clean, mrproper, Init.rfs +.PHONY: clean, mrproper, Init.rfs, commit Projects = Kernel Library Tools/MakeRamFS Applications/Shell Applications/SampleApps @@ -45,6 +45,10 @@ mrproper: make -C Source/$$p mrproper -s; \ done +commit: mrproper + git add . + git commit -a + $(RamFS): Source/Tools/MakeRamFS/MakeRamFS $(RamFS) $(RamFSFiles) -- cgit v1.2.3