From 90856c2c5fc6c0238fa645a7c634087fe6092a73 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Fri, 20 Jun 2014 00:26:28 +0300 Subject: [PATCH] make: tags --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 355d889..ce5c29c 100644 --- a/Makefile +++ b/Makefile @@ -156,3 +156,6 @@ sizes: all %.s: %.c $(CC) -S $(DEFS) $(CFLAGS) $(CPPFLAGS) -I. $< -o - | cleanasm > $@ +.PHONY: tags +tags: + ctags $(libusual_a_SOURCES) -- 2.39.5