include 'dist-ip65' in default build

git-svn-id: http://svn.code.sf.net/p/netboot65/code@54 93682198-c243-4bdb-bd91-e943c89aac3b
This commit is contained in:
jonnosan 2009-03-26 03:45:14 +00:00
parent 01af510dfd
commit f8d438ee8b

View File

@ -1,6 +1,6 @@
.PHONY: client clean dist distclean
all: client dist
all: client dist dist-ip65
client:
make -C client all
@ -12,6 +12,7 @@ clean:
rm -f dist/*.zip
dist:
rm -rf dist/netboot65
ruby dist/make_dist.rb
dist-ip65: