From 13bd5b56a5d18d21cd86a2ad13353c734c65bf7e Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Tue, 11 Feb 2014 22:35:57 +0400 Subject: [PATCH] fixed makefile Former-commit-id: 048a6f7f35acd45184a35fd087145499a7a1f4fd --- src/test/gtk/makefile | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/test/gtk/makefile b/src/test/gtk/makefile index 7dadcf8a..168905bf 100644 --- a/src/test/gtk/makefile +++ b/src/test/gtk/makefile @@ -4,15 +4,13 @@ export CFLAGS VOC = /opt/voc/bin/voc all: - $(VOC) -s G.Mod - $(VOC) -s Pango.Mod - $(VOC) -s Gdk.Mod - $(VOC) -s Gtk.Mod - $(VOC) -s Glade.Mod - $(VOC) -s handlers.Mod - $(VOC) -m HelloWorld.Mod - -test0: +# $(VOC) -s G.Mod +# $(VOC) -s Pango.Mod +# $(VOC) -s Gdk.Mod +# $(VOC) -s Gtk.Mod +# $(VOC) -s Glade.Mod +# $(VOC) -s handlers.Mod +# $(VOC) -m HelloWorld.Mod $(VOC) -s G.Mod Pango.Mod Gdk.Mod Gtk.Mod Glade.Mod handlers.Mod HelloWorld.Mod -m clean: