######################################################################### # # # Makefile for all programs in ELEC2041 Experiment 4 # # # ######################################################################### # Author: John Zaitseff # Date: 26th June, 2003 # Version: 1.2 # This file recompiles all of the programs in the current directory. It # does this by calling the individual Makefiles for those programs. all clean: $(MAKE) -e -f flash-v1.make $(MAKECMDGOALS) $(MAKE) -e -f flash-v2.make $(MAKECMDGOALS) $(MAKE) -e -f flash-v3.make $(MAKECMDGOALS) -$(MAKE) -e -f timer-flash.make $(MAKECMDGOALS) -$(MAKE) -e -f slower-flash.make $(MAKECMDGOALS) -$(MAKE) -e -f traffic.make $(MAKECMDGOALS) # Miscellaneous rules .PHONY: all clean .DEFAULT: .SUFFIXES: