We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7414453 commit 29a36b8Copy full SHA for 29a36b8
Makefile
@@ -75,11 +75,11 @@ cfiles: $(addsuffix .c, ${targets})
75
thisdir := $(notdir $(shell pwd))
76
77
artifacts: all cfiles
78
- tar -C .. -zcf ../source.tar.gz \
+ tar -C .. -zcf ../tokenize-source.tar.gz \
79
--exclude='*reference*' --exclude='.git*' --exclude='*.tar.gz' \
80
${thisdir}
81
- mv ../source.tar.gz .
82
- tar -C .. -zcf linux-amd64.tar.gz \
+ mv ../tokenize-source.tar.gz .
+ tar -C .. -zcf tokenize-linux-amd64.tar.gz \
83
$(addprefix ${thisdir}/, ${targets} bacmp ${scripts})
84
- tar -C .. -zcf cfiles.tar.gz \
+ tar -C .. -zcf tokenize-cfiles.tar.gz \
85
$(addprefix ${thisdir}/, $(addsuffix .c, ${targets}) m100-tokenize-main.c bacmp.c ${scripts})
0 commit comments