CC = gcc -Wall
LIST = lab1_ioports

all:    $(LIST)

clean:
#	rm -f $(LIST)
