Skip to content

Commit

Permalink
refactor: do not archive source files
Browse files Browse the repository at this point in the history
  • Loading branch information
kg68k committed Apr 1, 2023
1 parent 6b4e716 commit 2af48ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ ARCS = $(SRC_ZIP) $(SI_ZIP)
all: $(SI_R)


$(SI_ZIP): $(SRC_ZIP) $(SI_TXT) $(SI_R)
#$(SI_ZIP): $(SRC_ZIP) $(SI_TXT) $(SI_R)
$(SI_ZIP): $(SI_TXT) $(SI_R)
rm -f $@
zip -9 $@ $^

Expand Down

0 comments on commit 2af48ee

Please sign in to comment.