

FooBar.exe: Foo.h Bar.h
    cl FooBar.c Foo.obj Bar.obj

Foo.obj: Foo.c Foo.h
    cl /c Foo.c

Bar.obj: Bar.c Bar.h
    cl /c Bar.c

