########################################################## # FILE: Makefile # # AUTHOR: Nathan Boeger and Mana Tominaga # # NOTES: # Makefile for chapter 03 # ######################################################## SRC = exec.c fork_and_wait.c nice_code.c proc_ids.c .include "../bsd_make.mk"