From 21e64ddf3d1227ffa81f3f0ee8f097566b12e0f9 Mon Sep 17 00:00:00 2001 From: "Fletcher T. Penney" Date: Thu, 2 Mar 2017 09:16:55 -0500 Subject: [PATCH] FIXED: Fix Makefile for new source file location --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80c7a6f..3327839 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ analyze: $(BUILD_DIR) .PHONY : map map: cd $(BUILD_DIR); \ - ../tools/enumsToPerl.pl ../src/libMultiMarkdown.h enumMap.txt; + ../tools/enumsToPerl.pl ../Sources/libMultiMarkdown/include/libMultiMarkdown.h enumMap.txt; # Create xcode project # You can then build within XCode, or using the commands: -- 2.40.0