typos
authorken <ken@mihrtec.com>
Mon, 9 Jan 2017 20:15:17 +0000 (12:15 -0800)
committerken <ken@mihrtec.com>
Mon, 9 Jan 2017 20:15:17 +0000 (12:15 -0800)
Makefile

index c1c8ad7..f86254b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ YCMD   += $(if $2,&& mv $(notdir $(1:%.y=%.tab.[ch])) $(dir $2))
 
 # Ragel
 RLC     ?= ragel
-RLFALGS ?= -C
+RLFLAGS ?= -C
 RLCMD    = $(strip $(RLC) $(RLFLAGS) $(if $2,-o $2 $(dir $2))$1)
 
 # C