diff options
author | H. Peter Anvin <hpa@zytor.com> | 2006-03-11 07:48:01 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2006-03-11 07:48:01 +0000 |
commit | b0c2d713b8f75d3dbbd6475ac2a8f0cc47cebf8b (patch) | |
tree | 6bca35ebaaa581b1d263662fda8b994460c123e9 /Makefile | |
parent | 8d37d77cd57a595e41ec4574f31f049d34d3dbcb (diff) | |
download | abc80-b0c2d713b8f75d3dbbd6475ac2a8f0cc47cebf8b.tar.gz abc80-b0c2d713b8f75d3dbbd6475ac2a8f0cc47cebf8b.tar.xz abc80-b0c2d713b8f75d3dbbd6475ac2a8f0cc47cebf8b.zip |
Top-level Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..79e9b6b --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +all: + $(MAKE) -C tools all + $(MAKE) -C data all + +clean: + $(MAKE) -C tools clean + $(MAKE) -C data clean |