Skip to content
Snippets Groups Projects
Commit f2433d6d authored by Niels Möller's avatar Niels Möller
Browse files

* examples/Makefile.in (tags): New target.

Rev: src/nettle/examples/Makefile.in:1.10.2.1
parent e013fad2
No related branches found
No related tags found
No related merge requests found
......@@ -54,4 +54,7 @@ clean:
distclean: clean
-rm -f Makefile *.d
tags:
etags --include $(top_srcdir) $(srcdir)/*.c $(srcdir)/*.h
@DEP_INCLUDE@ $(SOURCES:.c=.$(OBJEXT).d)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment