From af1a62c760f518a6417168c6d337a10801be1562 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Thu, 18 Feb 2010 15:27:15 -0500 Subject: [PATCH] adding comment and url to makefile for reference --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 4a08739..71d449b 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,8 @@ +# Makefile for building flex apps associated with +# the Adobe Flex "Geting Started" tutorial at: +# http://learn.adobe.com/wiki/display/Flex/Getting+Started + + # sets mxmlc to just the basename "mxmlc" # if not overridden in command line like so: # make MXMLC=/path/to/my/mxmlc