modified to accept host and connect to the network
[csql.git] / examples / jdbc / Makefile
blob220e929bfa8da2cfe3613909b9143e1e567fd01f
1 OSNAME = $(shell uname -s)
2 JAVAC = javac
3 TARGETS = jdbcexample gwexample
4 all: ${TARGETS}
5 jdbcexample: jdbcexample.java
6 javac jdbcexample.java
7 gwexample: gwexample.java
8 javac gwexample.java
9 clean:
10 rm -rf *.class