typos
[henge/apc.git] / 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