CFLAGS= -g
LDLIBS= -lncurses -lreadline

atlas: atlas.o

atlas.o: atlas.c atlas.h io.h

clean:
	rm -f atlas atlas.o core.*
