all: merlin

merlin: merlin.o
	$(CC) $(LDFLAGS) -o merlin merlin.o -lncurses

clean:
	rm -f merlin *.o


syntax highlighted by Code2HTML, v. 0.9.1