Skip to content

Commit c68f5da

Browse files
committed
Cannot share one action between targets...
At least, not the simple way I was trying to do it.
1 parent 05d66b2 commit c68f5da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ bin-${platform}.tar.gz: ${targets} ${scripts} bacmp
158158

159159
# Just the code needed to compile without flex.
160160
cfiles.tar.gz: ${cfiles} cfiles-${platform}.tar.gz
161+
${tar} ${xform} -acf $@ $^
162+
161163
cfiles-${platform}.tar.gz: m100-tokenize-main.c bacmp.c ${scripts} Makefile
162164
${tar} ${xform} -acf $@ $^
163165

0 commit comments

Comments
 (0)