Index: Makefile =================================================================== --- Makefile (revision 1472) +++ Makefile (revision 1473) @@ -11,7 +11,7 @@ USER_OBJS = src/util/arg_auto_set.o # what to build - a ./configure -all: configure +all: configure cquote # This line imports scconfig core and default tests include src/default/Makefile.plugin @@ -75,6 +75,8 @@ hooks.o: plugin_3state.h plugins.h +cquote: cquote.c + clean: rm $(OBJS) configure