Initial release

This commit is contained in:
Pierre Pronchery 2004-02-29 02:06:14 +00:00
commit 6a42ac4e02
2 changed files with 6 additions and 0 deletions

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
SUBDIRS = src
all clean distclean:
@for i in $(SUBDIRS); do make -C $$i $@ || exit $$?; done

1
project.conf Normal file
View File

@ -0,0 +1 @@
subdirs=src