all: 3DCA

3DCA: main.o
	cc -O main.o -o 3DCA -lcurses -ltermcap

main.o: main.c struct.h
	cc -O -c main.c

