CXXFLAGS = -g OBJS = cyoa.o all: storybook storybook: storybook.cpp cyoa.o cyoa.cpp: cyoa.leg leg -o $@ $^ clean: rm -f cyoa.c $(OBJS) storybook