main: main.c
	gcc -o main main.c \
		-I/home/cheung/lib/ProSim4 -L/home/cheung/lib/ProSim4 \
		-lProSim4 -lpthread
