code reorg
[csql.git] / examples / jdbc / Makefile
blob4ad7d662eecdbbd83a0908ee6006070f948585d2
1 OSNAME = $(shell uname -s)
2 JAVAC = javac
3 TARGETS = jdbcexample
4 all: ${TARGETS}
5 jdbcexample: jdbcexample.java
6 javac jdbcexample.java
7 clean:
8 rm -rf *.class