From: Slava Pestov Date: Tue, 3 Aug 2010 03:12:41 +0000 (-0400) Subject: GNUmakefile: remove tags rule X-Git-Tag: 0.97~4553 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=53a8f004d0c34ff8b0f444ba9bb042a1efb18b55 GNUmakefile: remove tags rule --- diff --git a/GNUmakefile b/GNUmakefile index 89f7ae1446..09aa5ee6bf 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -219,7 +219,4 @@ clean: rm -f libfactor-ffi-test.* rm -f Factor.app/Contents/Frameworks/libfactor.dylib -tags: - etags vm/*.{cpp,hpp,mm,S,c} - .PHONY: factor factor-lib factor-console factor-ffi-test tags clean macosx.app