aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorN-R-K <79544946+N-R-K@users.noreply.github.com>2021-12-19 18:05:35 +0100
committerGitHub <noreply@github.com>2021-12-19 18:05:35 +0100
commitff88908531a9d20667c6d08f01d7d887ebb60fe8 (patch)
tree7448b12f234195c7a2da9774e2323bee30b30cc9 /Makefile
parent494578cebbb857cd807c76b76da6a8a4e05c3db6 (diff)
downloadnsxiv-ff88908531a9d20667c6d08f01d7d887ebb60fe8.tar.zst
specify func argument and related cleanup (#183)
* specifies the function argument type in commands.h compared to leaving it unspecified. all the functions in cmd_t must have arg_t as it's argument. * changes to commands.h will now trigger a rebuild - this restores old behavior prior to 12efa0e * cg_quit now uses it's argument as exit status * DestroyNotify invokes cg_quit rather than calling exit directly. * Explicitly pass EXIT_SUCCESS to cgquit in keybinding Co-authored-by: Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0e78167..70913f8 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ nsxiv: $(OBJS)
@echo "CC $@"
$(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $<
-$(OBJS): Makefile nsxiv.h config.h
+$(OBJS): Makefile nsxiv.h config.h commands.h
options.o: version.h
window.o: icon/data.h