refactoring messages

This commit is contained in:
2018-02-03 20:17:29 +01:00
parent edd91faa96
commit 6c18f32f61
44 changed files with 603 additions and 304 deletions

11
Makefile Normal file
View File

@ -0,0 +1,11 @@
MAKE=make
SUBDIRS=Yavsc.Abstract Yavsc
all: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
.PHONY: all $(SUBDIRS)