all: local remote
local: make -f Makefile.local
remote: make -f Makefile.remote
clean:
make -f Makefile.local clean make -f Makefile.remote clean