Unable to understand a line in Google CodePreview's README

Posted by Masi on Super User See other posts from Super User or by Masi
Published on 2009-07-20T22:23:41Z Indexed on 2010/03/18 0:41 UTC
Read the original article Hit count: 499

Filed under:
|
|

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

To run the app locally (e.g. for testing), download the Google App Engine SDK from http://code.google.com/appengine/downloads.html. You can then run the server using

  make serve

I run make serve in my terminal after moving Google-appengine.app to my Application -folder in OS X Leopard.

I get

make: *** No rule to make target `serve'.  Stop.

How can you run the make serve to run the server for Google AppEngine?

© Super User or respective owner

Related posts about google-code

Related posts about osx