renewing nuget beans

This commit is contained in:
2018-12-20 16:30:09 +00:00
parent 32622d9b17
commit 1f917f16ed
6 changed files with 315 additions and 164 deletions

View File

@ -54,5 +54,11 @@ memo:
rc-num:
@echo echo 1-alpha1 < $< ^ $^ @ $@
clean:
for subdir in $(SUBDIRS) ; do \
make -C $${subdir} clean ; \
done
.PHONY: all $(SUBDIRS)