summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/cash/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/cash/Makefile b/bin/cash/Makefile
index 2442aca9..22b2a1b8 100644
--- a/bin/cash/Makefile
+++ b/bin/cash/Makefile
@@ -42,7 +42,7 @@ OBJS = $(SRCS:.c=.o)
 
 MAN1 = cash.1 cash-kill.1 cash-printf.1 cash-test.1
 
-all: tags cash .depend
+all: tags cash
 
 cash: $(OBJS)
 	$(CC) $(LDFLAGS) $(OBJS) $(LDLIBS) -o $@
@@ -50,7 +50,7 @@ cash: $(OBJS)
 tags: *.h *.c
 	ctags -w *.h *.c
 
-.depend: $(SRCS) $(GENHDRS)
+depend: $(SRCS) $(GENHDRS)
 	$(CC) $(CFLAGS) -MM $(SRCS) > .depend
 
 -include .depend
redirect: cleanlinessJason A. Donenfeld 2015-08-13redirect: be more careful for different cgi setupsJason A. Donenfeld 2015-08-12ui-log: fix double countingJohn Keeping 2015-08-12log: allow users to follow a fileJohn Keeping 2015-08-12shared: make cgit_diff_tree_cb publicJohn Keeping 2015-08-12t0110: Chain together using &&Jason A. Donenfeld 2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld 2015-08-12filters: apply HTML escapingLazaros Koromilas 2015-08-12git: update to v2.5.0Christian Hesse 2015-08-12Fix processing of repo.hide and repo.ignoreDaniel Reichelt