Skip to content

Commit

Permalink
Add test to PHONY (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtojek authored Feb 19, 2021
1 parent 6d41481 commit c20d107
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY: test

# Updates the spec in language libraries
update: code/*
@$(foreach lang,$^,make -C $(lang) update;)
Expand Down

0 comments on commit c20d107

Please sign in to comment.