Skip to content

Commit

Permalink
Fixed Linux Makefile error message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyo26 committed Jan 22, 2016
1 parent 1aefd22 commit 89a2b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ endif
ifneq ("$(wildcard $(BUILD_TOP)/Config.make)","")
include $(BUILD_TOP)/Config.make
else
$(error Cannot find $(BUILD_TOP)/Config.make. Please see the README file for configuration instructions.)
$(error Cannot find $(BUILD_TOP)/Config.make. Please see CNTK Wiki at https://github.com/Microsoft/cntk/wiki for configuration instructions.)
endif

ifndef BUILDTYPE
Expand Down

0 comments on commit 89a2b0d

Please sign in to comment.