########################################################## # FILE: Makefile # # AUTHOR: Nathan Boeger and Mana Tominaga # # NOTES: # Makefile for chapter 05 # ######################################################## SRC = duped_pipe.c locking.c .include "../bsd_make.mk"