########################################################## # FILE: Makefile # # AUTHOR: Nathan Boeger and Mana Tominaga # # NOTES: # Makefile for chapter 07 # ######################################################## SRC = print_limits.c process_usage.c set_limits.c .include "../bsd_make.mk"