mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 06:22:25 +00:00
parent
2fed8505b9
commit
13bd5b56a5
1 changed files with 7 additions and 9 deletions
|
|
@ -4,15 +4,13 @@ export CFLAGS
|
||||||
VOC = /opt/voc/bin/voc
|
VOC = /opt/voc/bin/voc
|
||||||
|
|
||||||
all:
|
all:
|
||||||
$(VOC) -s G.Mod
|
# $(VOC) -s G.Mod
|
||||||
$(VOC) -s Pango.Mod
|
# $(VOC) -s Pango.Mod
|
||||||
$(VOC) -s Gdk.Mod
|
# $(VOC) -s Gdk.Mod
|
||||||
$(VOC) -s Gtk.Mod
|
# $(VOC) -s Gtk.Mod
|
||||||
$(VOC) -s Glade.Mod
|
# $(VOC) -s Glade.Mod
|
||||||
$(VOC) -s handlers.Mod
|
# $(VOC) -s handlers.Mod
|
||||||
$(VOC) -m HelloWorld.Mod
|
# $(VOC) -m HelloWorld.Mod
|
||||||
|
|
||||||
test0:
|
|
||||||
$(VOC) -s G.Mod Pango.Mod Gdk.Mod Gtk.Mod Glade.Mod handlers.Mod HelloWorld.Mod -m
|
$(VOC) -s G.Mod Pango.Mod Gdk.Mod Gtk.Mod Glade.Mod handlers.Mod HelloWorld.Mod -m
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue