Update makefile and .gitignore (#56)

This commit is contained in:
Chris Coutinho 2018-07-10 01:16:59 +02:00 committed by abraunegg
parent 9cb8c297fe
commit cc62997ccf
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -2,4 +2,5 @@
onedrive
onedrive.o
onedrive.service
onedrive@.service
version

View file

@ -19,7 +19,7 @@ SOURCES = \
all: onedrive onedrive.service
clean:
rm -f onedrive onedrive.o onedrive.service
rm -f onedrive onedrive.o onedrive.service onedrive@.service
install: all
mkdir -p $(DESTDIR)/var/log/onedrive