Skip to content

Commit

Permalink
Rearrange targets a little
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyg committed Jul 14, 2009
1 parent 55e741a commit 421a024
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ clean:
distclean: clean
make -C $(AMQP_CODEGEN_DIR) clean

dist: distclean srcdist dist1.5 dist1.4 javadoc-archive
dist: distclean srcdist dist_all

dist_all: dist1.5 dist1.4 javadoc-archive

maven-bundle: distclean
ant -Dimpl.version=$(VERSION) maven-bundle
Expand Down

0 comments on commit 421a024

Please sign in to comment.