Initial release
This commit is contained in:
commit
6a42ac4e02
5
Makefile
Normal file
5
Makefile
Normal 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
1
project.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
subdirs=src
|
Loading…
Reference in New Issue
Block a user