Skip to content

Commit

Permalink
Fixed reference for README as markdown file
Browse files Browse the repository at this point in the history
  • Loading branch information
wireghoul committed Mar 7, 2019
1 parent 574b24c commit 3e8eb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -7,7 +7,7 @@ dataroot = $(prefix)/share
datadir = $(dataroot)/graudit
bindir = $(prefix)/bin
SIGNATURES := signatures/default.db signatures/php.db signatures/perl.db signatures/python.db signatures/asp.db signatures/java.db signatures/strings.db signatures/c.db signatures/dotnet.db signatures/ruby.db signatures/actionscript.db signatures/ios.db signatures/android.db signatures/all.db
DISTFILES := Changelog graudit LICENSE README graudit.1
DISTFILES := Changelog graudit LICENSE README.md graudit.1
VERSION=`./graudit -v | cut -d' ' -f 3`
.PHONY : clean install uninstall userinstall test signatures

Expand Down

0 comments on commit 3e8eb4a

Please sign in to comment.