yavsc/Makefile

11 lines
110 B
Makefile
Raw Normal View History

2018-02-03 20:17:29 +01:00
MAKE=make
SUBDIRS=Yavsc.Abstract Yavsc
all: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
.PHONY: all $(SUBDIRS)