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