Skip to content

Commit 29a36b8

Browse files
committed
Rename tar files to tokenize-
1 parent 7414453 commit 29a36b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ cfiles: $(addsuffix .c, ${targets})
7575
thisdir := $(notdir $(shell pwd))
7676

7777
artifacts: all cfiles
78-
tar -C .. -zcf ../source.tar.gz \
78+
tar -C .. -zcf ../tokenize-source.tar.gz \
7979
--exclude='*reference*' --exclude='.git*' --exclude='*.tar.gz' \
8080
${thisdir}
81-
mv ../source.tar.gz .
82-
tar -C .. -zcf linux-amd64.tar.gz \
81+
mv ../tokenize-source.tar.gz .
82+
tar -C .. -zcf tokenize-linux-amd64.tar.gz \
8383
$(addprefix ${thisdir}/, ${targets} bacmp ${scripts})
84-
tar -C .. -zcf cfiles.tar.gz \
84+
tar -C .. -zcf tokenize-cfiles.tar.gz \
8585
$(addprefix ${thisdir}/, $(addsuffix .c, ${targets}) m100-tokenize-main.c bacmp.c ${scripts})

0 commit comments

Comments
 (0)