Skip to content

Commit

Permalink
Makefile: add new function update-targets
Browse files Browse the repository at this point in the history
  • Loading branch information
grische committed Jul 4, 2024
1 parent b73a28e commit aca7b1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,7 @@ output-clean:
rm -rf output/*

clean: gluon-clean output-clean

update-targets: gluon-update gluon-patch
ls -1 ${GLUON_BUILD_DIR}/targets/ | grep -v "\.inc" | grep -v "\.mk" | grep -v '^generic$$' > targets
git diff targets

0 comments on commit aca7b1b

Please sign in to comment.