Skip to content

Commit

Permalink
Cannot share one action between targets...
Browse files Browse the repository at this point in the history
At least, not the simple way I was trying to do it.
  • Loading branch information
hackerb9 committed Aug 4, 2024
1 parent 05d66b2 commit c68f5da
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
Expand Up @@ -158,6 +158,8 @@ bin-${platform}.tar.gz: ${targets} ${scripts} bacmp

# Just the code needed to compile without flex.
cfiles.tar.gz: ${cfiles} cfiles-${platform}.tar.gz
${tar} ${xform} -acf $@ $^

cfiles-${platform}.tar.gz: m100-tokenize-main.c bacmp.c ${scripts} Makefile
${tar} ${xform} -acf $@ $^

Expand Down

0 comments on commit c68f5da

Please sign in to comment.