Use portable types in the C/C++ code generator
[ragel-jkt.git] / contrib / ragel.make
blobf7a71b5b55103965015245cbfbf3dbc49369d90a
1 # -*- Makefile -*-
3 SUFFIXES = .rl
5 .rl.c:
6 $(RAGEL) $(RAGELFLAGS) -C $< -o $@