Home » Questions » Computers [ Ask a new question ]

Unable to understand a line in Google CodePreview's README

Unable to understand a line in Google CodePreview's README

The README is in Google's codepreview which uses Google-appengine.

Asked by: Guest | Views: 332
Total answers/comments: 1
Guest [Entry]

To run a make target you have to be in the same directory as the Makefile, as far as I know. So after you download and extract/mount (I don't know which SDK you downloaded: Python or Java), cd into the directory with the Makefile and then you can type make server. Then it should work.