Skip to content

Commit

Permalink
switch to shell expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 7, 2024
1 parent 3c090e6 commit 838c6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ rs_%:
@cd rust && $(MAKE) $* $(MFLAGS)

%:
@$(MAKE) c_$* cs_$* js_$* py_$* rs_$* $(MFLAGS)
@$(MAKE) {c,cs,js,py,rs}_$* $(MFLAGS)

0 comments on commit 838c6c7

Please sign in to comment.