summaryrefslogtreecommitdiffstats
path: root/build
blob: 18558038da0a7ed9db488ba282eec3975bf18204 (plain)
1
2
3
4
5
6
7
8
9
10
#! /usr/bin/make -f

build:

install:
	mkdir -p dest/usr/bin
	cp src/c89/c89.sh dest/usr/bin/c89
	cp src/c99/c99.sh dest/usr/bin/c99
	ln -s gcc-4.6 dest/usr/bin/gcc
	oh-installfiles