OBJS = demo1 demo2 demo3 demo4 dice seeker

all: ${OBJS}

clean:
	rm -f *.o ${OBJS}