Skip to content

Commit

Permalink
separate features target
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Feb 10, 2024
1 parent 758af6f commit 6f57cbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ all: hvcc plugins
PLUGINS = delay_simple synth_simple


features:
$(foreach var, $(PLUGINS), make -C $(var)/ features;)

plugins: hvcc
$(foreach var, $(PLUGINS), make -C $(var)/ $(MAKECMDGOALS);)

Expand Down

0 comments on commit 6f57cbb

Please sign in to comment.