Skip to content

Commit

Permalink
Add .PHONY: config
Browse files Browse the repository at this point in the history
to fix #1 - Alire crate building failure.
  • Loading branch information
reznikmm committed Aug 30, 2021
1 parent 2964d92 commit d5d1a89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions matreshka/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ TOKEN_TRANSFORMER = ../../../tools/token_transformer/token_transformer
PARSER_TRANSFORMER = ../../../tools/parser_transformer/parser_transformer
SCANNER_TRANSFORMER = ../../../tools/scanner_transformer/scanner_transformer

.PHONY: config

all: Makefile.config
${MAKE} -f Makefile.build SMP_MFLAGS="$(SMP_MFLAGS)"

Expand Down

0 comments on commit d5d1a89

Please sign in to comment.