Skip to content

Commit

Permalink
Non-core modules in Makefile in alpha order.
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Apr 23, 2010
1 parent bb6da33 commit 66d45f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
all: build

build:
@mkdir -p ./dist; cp -r geddy-core geddy-util geddy-auth geddy-model dist; echo 'Geddy built.'
@mkdir -p ./dist; cp -r geddy-core geddy-auth geddy-model geddy-util dist; echo 'Geddy built.'

install:
@./geddy-core/scripts/jake -f `pwd`/geddy-core/scripts/Jakefile default
Expand Down

0 comments on commit 66d45f7

Please sign in to comment.