FLAGS=-cp .:ojdbc8.jar all: clean build refresh-db exec test build: javac $(FLAGS) Project3.java exec: java $(FLAGS) Project3 input.txt output.txt test: diff input.txt sample/input.txt diff output.txt sample/output.txt refresh-db: bash ./scripts/run.sh clean: rm -f ./*.class ./output.txt