]> granicus.if.org Git - multimarkdown/commitdiff
FIXED: Fix Makefile for new source file location
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Thu, 2 Mar 2017 14:16:55 +0000 (09:16 -0500)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Thu, 2 Mar 2017 14:16:55 +0000 (09:16 -0500)
Makefile

index 80c7a6f42c67b5c83e019e0c878865078982cad3..3327839d577c04e08e8be274007d0dff87158d9d 100644 (file)
--- 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: