We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d66b2 commit c68f5daCopy full SHA for c68f5da
Makefile
@@ -158,6 +158,8 @@ bin-${platform}.tar.gz: ${targets} ${scripts} bacmp
158
159
# Just the code needed to compile without flex.
160
cfiles.tar.gz: ${cfiles} cfiles-${platform}.tar.gz
161
+ ${tar} ${xform} -acf $@ $^
162
+
163
cfiles-${platform}.tar.gz: m100-tokenize-main.c bacmp.c ${scripts} Makefile
164
${tar} ${xform} -acf $@ $^
165
0 commit comments