diff options
| author | Francois Perrad <francois.perrad@gadz.org> | 2010-10-25 16:27:36 +0200 |
|---|---|---|
| committer | Francois Perrad <francois.perrad@gadz.org> | 2010-10-25 16:27:36 +0200 |
| commit | d0c88c5bbcff93c66805a1df9b1f8318eba04b9b (patch) | |
| tree | f6a2f4fe07329d6245aa0bed7ca8b3301d0f3993 /Makefile | |
| parent | typo (diff) | |
| download | api-description-d0c88c5bbcff93c66805a1df9b1f8318eba04b9b.tar.gz | |
add an infrastructure (Makefile based)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1c7215c --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ + +check: + @make -C apps check + @make -C services check + +test: check + +clean: + @make -C apps clean + @make -C services clean |
