haml--haml/ext/haml/extconf.rb

11 lines
110 B
Ruby
Raw Normal View History

2015-11-25 16:07:06 +00:00
require 'mkmf'
2016-08-13 04:16:14 +00:00
$CFLAGS << ' -Wall -Wextra'
2015-11-27 16:42:53 +00:00
2016-08-13 04:16:14 +00:00
$srcs = %w[
2021-06-08 04:28:09 +00:00
haml.c
2016-08-13 04:16:14 +00:00
hescape.c
]
2015-11-27 16:42:53 +00:00
2021-06-08 04:28:09 +00:00
create_makefile('haml/haml')