character_set 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ require 'mkmf'
2
+
3
+ $CFLAGS << ' -Wextra -Wno-unused-parameter -Wall -pedantic '
4
+
5
+ create_makefile('character_set/character_set')