Skip to content

Commit

Permalink
make clean should remove the archive files .tar.gz, .zip
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerb9 committed Mar 14, 2024
1 parent 8c821eb commit d15ee0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ all: ${generated}
# 'make clean' to delete all generated files
clean:
rm ${generated} 2>/dev/null || true
rm m100le.tar.gz m100le.zip 2>/dev/null || true
$(MAKE) -C adjunct clean

### Compile hackerb9's tokenizer program
Expand Down

0 comments on commit d15ee0d

Please sign in to comment.