
9 changed files with 22 additions and 41 deletions
@ -1,16 +0,0 @@ |
|||||
.PHONY: all |
|
||||
|
|
||||
all: |
|
||||
$(MAKE) -C lib/lib_test/ |
|
||||
$(MAKE) -C lib/lib_synth_shed/ |
|
||||
$(MAKE) -C ext/synth_shed/synth_shed/ |
|
||||
|
|
||||
clean: |
|
||||
$(MAKE) -C lib/lib_test/ clean |
|
||||
$(MAKE) -C lib/lib_synth_shed/ clean |
|
||||
$(MAKE) -C ext/synth_shed/synth_shed/ clean |
|
||||
|
|
||||
clean-all: |
|
||||
$(MAKE) -C lib/lib_test/ clean |
|
||||
$(MAKE) -C lib/lib_synth_shed/ clean |
|
||||
$(MAKE) -C ext/synth_shed/synth_shed/ clean |
|
@ -1 +1,2 @@ |
|||||
pEpACIDgen |
pEpACIDgen |
||||
|
pyBind11 |
||||
|
@ -0,0 +1,9 @@ |
|||||
|
.PHONY: all |
||||
|
|
||||
|
all: |
||||
|
$(MAKE) -C lib_test/ |
||||
|
$(MAKE) -C lib_synth_shed/ |
||||
|
|
||||
|
clean: |
||||
|
$(MAKE) -C lib_test/ clean |
||||
|
$(MAKE) -C lib_synth_shed/ clean |
Loading…
Reference in new issue