Skip to content

Instantly share code, notes, and snippets.

@igauravsehrawat
Created July 9, 2013 19:12
Show Gist options
  • Save igauravsehrawat/5960325 to your computer and use it in GitHub Desktop.
Save igauravsehrawat/5960325 to your computer and use it in GitHub Desktop.
for making fpmpi
.PHONY: all fpmpi
all: $(SHLIB)
$(SHLIB): fpmpi
fpmpi:
(cd pbdPROF/fpmpi; make)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment