Update makefile and .gitignore

This commit is contained in:
Chris Coutinho 2018-07-10 00:52:15 +02:00
parent b3d644d8a9
commit fc3ace6ac6
No known key found for this signature in database
GPG key ID: 20D17205BCA66174
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