1LEVEL = ../../../make
2
3C_SOURCES := main.c
4EXE := process_io
5
6include $(LEVEL)/Makefile.rules
7