From 242486fc57e9b5def95d1a5caa4b981e092f1c87 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Thu, 25 Jun 2020 16:24:55 +0200 Subject: [PATCH] Add changelog item --- changelog/unreleased/cleanup-makefile.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/cleanup-makefile.md diff --git a/changelog/unreleased/cleanup-makefile.md b/changelog/unreleased/cleanup-makefile.md new file mode 100644 index 0000000000..bcc80f2c8a --- /dev/null +++ b/changelog/unreleased/cleanup-makefile.md @@ -0,0 +1,6 @@ +Enhancement: Remove paths from Makefile + +We have a variable for the proto files path in our Makefile, but were not using +it. Changed the Makefile to use the PROTO_SRC variable where possible. + +https://github.com/owncloud/ocis-settings/pull/33