diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2020-09-20 11:55:18 +0200 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2020-09-20 12:00:08 +0200 |
commit | 7944af959ca0b48f0e8ea5c506e801e07a6b8124 (patch) | |
tree | 3b533eefed96b225edf99fac394ae6546cfcc786 | |
parent | 56eb89dcf5f7d2c3b4ea92490a3b4df6f85713c0 (diff) | |
download | nitrokey-sys-rs-7944af959ca0b48f0e8ea5c506e801e07a6b8124.tar.gz nitrokey-sys-rs-7944af959ca0b48f0e8ea5c506e801e07a6b8124.tar.bz2 |
Automatically refresh patches
This patch adds the --refresh option to the quilt push invocation in the
Makefile to automatically update the patches if the context changed.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,4 +11,4 @@ src/ffi.rs: ${LIBNITROKEY}/NK_C_API.h --output "$@" \ "$<" \ -- "-I${LIBNITROKEY}/libnitrokey" - quilt push -a + quilt push -a --refresh |