Skip to content
Snippets Groups Projects
Commit b4f333e0 authored by Daniel Kochmański's avatar Daniel Kochmański
Browse files

makefile: set case_mode to ansi (not "modern")

parent 2dede94c
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ DCL = dcli
# case_mode:
# ansi -- traditional case-insensitive upper-case CL
# modern -- case-sensitive lower-case CL
case_mode = modern
case_mode = ansi
ifeq ($(case_mode),ansi)
CASE_MODE = :case-insensitive-upper
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment