renewing nuget beans
This commit is contained in:
parent
39bae2aaab
commit
41f4b3fabd
6 changed files with 315 additions and 164 deletions
6
Makefile
6
Makefile
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue