From: Fletcher T. Penney Date: Thu, 2 Mar 2017 14:16:55 +0000 (-0500) Subject: FIXED: Fix Makefile for new source file location X-Git-Tag: 0.4.0-b^2~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21e64ddf3d1227ffa81f3f0ee8f097566b12e0f9;p=multimarkdown FIXED: Fix Makefile for new source file location --- 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: