Add Makefile in toplevel directory.

This commit is contained in:
Petter Reinholdtsen
2009-11-14 21:31:20 +00:00
parent 0088601eef
commit bb3ff476da
2 changed files with 3 additions and 0 deletions

2
Makefile Normal file
View File

@@ -0,0 +1,2 @@
all install clean distclean:
$(MAKE) -C src $@