Fixed behavior of VTerm when driver is set at runtime
[tpg/acess2.git] / Usermode / Libraries / libspiderscript.so_src / Makefile
1 # Acess 2
2 #
3
4 include ../Makefile.cfg
5
6 CPPFLAGS +=
7 CFLAGS   += -Wall
8 LDFLAGS  += -lc -lgcc -soname libspiderscript.so --no-allow-shlib-undefined
9
10 OBJ = main.o lex.o parse.o ast.o exec_ast.o
11 BIN = ../libspiderscript.so
12
13 include ../Makefile.tpl

UCC git Repository :: git.ucc.asn.au