module = binaryAdder

all1: funny all

funny: fullAdder.v

fullAdder.v: ..\15_fullAdder\fullAdder.v
	copy /Y $< $@ 

include ../makefile

