0
0
mirror of https://github.com/darkk/redsocks.git synced 2025-08-29 05:05:30 +00:00

tags target depend on sources

This commit is contained in:
darkk 2007-06-03 14:33:05 +00:00 committed by Leonid Evdokimov
parent 48616f615f
commit 37c6cd9dca

View File

@ -4,7 +4,7 @@ CFLAGS=-std=gnu99 -Wall -g
redsocks: parser.o main.o redsocks.o log.o http-connect.o socks4.o socks5.o base.o
$(CC) $+ -levent -o $@
tags:
tags: *.c *.h
ctags -R
.PHONY: clean distclean