Remove JED backup files

This commit is contained in:
dschmenk 2013-06-04 21:51:29 -07:00
parent d772897b3e
commit a0fd9ab07b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ BIN=a2pid a2mon dskread dskwrite bintomon
all: $(BIN)
clean:
rm $(BIN)
rm $(BIN) *~
install:
cp $(BIN) /usr/local/bin