summaryrefslogtreecommitdiff
path: root/setup/BeOS/make.local
blob: ca403e99e8cd9177ce9996950010a79e20c6e399 (plain)
1
2
3
4
5
6
7
8
9
10
build: 	kernel/framework/include/buildid.h all
	sh build.sh

copy:	build
	cp -R prototype/* /boot/

package:	build
		sh setup/BeOS/mkpkg.sh

install:	copy