JavaScript, Json minimizator

jsmin – is a JavaScript, Json minimizator which removes comments and unnecessary whitespace from JS, JSON files

6 Commits   0 Branches   1 Tag
Index: Makefile.am
===================================================================
--- Makefile.am	(nonexistent)
+++ Makefile.am	(revision 5)
@@ -0,0 +1,6 @@
+
+bin_PROGRAMS  = jsmin
+
+jsmin_SOURCES = main.c
+
+jsmin_CFLAGS  = -Wall -funsigned-char -I$(top_srcdir)