all: merlin merlin: merlin.o $(CC) $(LDFLAGS) -o merlin merlin.o -lncurses clean: rm -f merlin *.o