MAKE=nmake

all:
        cd InteractiveSQL
        $(MAKE)
        cd ..
        cd build_tables
        $(MAKE)
        cd ..
        cd BugTrackerApp
        $(MAKE)
        cd ..


