######################################################################### # # # Makefile for all programs in ELEC2041 Experiment 1 # # # ######################################################################### # Author: John Zaitseff # Date: 8th March, 2003 # Version: 1.1 # 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.make $(MAKECMDGOALS) # Miscellaneous rules .PHONY: all clean .DEFAULT: .SUFFIXES: