From 113c799f8738fbb4a859ed83c3cef5eb314a595d Mon Sep 17 00:00:00 2001 From: _ <_> Date: Sat, 19 May 2018 18:54:46 -0700 Subject: [PATCH] Removed period after make to avoid confusion --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77bfbf4..1232c2f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A C library for handling Devil May Cry 1 HD Collection PC file formats. #### Build Library and Demos -Run `make`. +Run `make` Reference the Makefile for an example of building with GCC.