CC = gcc -Wall
LIST = lab1_ioports

all:    $(LIST)

clean disclean:
	rm -f $(LIST)
