mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
fixed makefile
This commit is contained in:
parent
d7d6a66071
commit
048a6f7f35
1 changed files with 7 additions and 9 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue