| 149 |
$(LINK) $(INCLUDES) -o $@ $^ |
$(LINK) $(INCLUDES) -o $@ $^ |
| 150 |
|
|
| 151 |
webiface: $(WEBIFACE:.cmo=.$(EXTENSION)) |
webiface: $(WEBIFACE:.cmo=.$(EXTENSION)) |
| 152 |
$(LINK) $(INCLUDES) -o $@ $^ -ccopt -static |
$(LINK) -verbose $(INCLUDES) -o $@ $^ -ccopt -static |
| 153 |
# webiface is made static to be able to move it more easily |
# webiface is made static to be able to move it more easily |
| 154 |
# (to compile it on a machine which is not the web server) |
# (to compile it on a machine which is not the web server) |
| 155 |
|
|