Skip to content

Commit

Permalink
linux: Remove snek-*.sh, *.bz2 and 'linux' subdir with 'make clean'
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed Mar 31, 2019
1 parent a6fe0ec commit ed3db35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion linux/Makefile
Expand Up @@ -45,4 +45,5 @@ upload: $(LINUX_SH)
rsync -avz $(LINUX_SH) $(SNEKDIST)

clean:
rm -f $(LINUX_SH) $(LINUX_DIST)
rm -f snek-*.sh *.bz2
rm -rf linux

0 comments on commit ed3db35

Please sign in to comment.