shithub: mc

ref: e7753379f41991512b2ba815d879800e1b7c725b
dir: /libstd/Makefile/

View raw version
include ../config.mk

all: 
	./bld.sh
.PHONY: clean
clean:

install:
	mkdir -p  $(INST_ROOT)/myr/lib/
	install libstd.a $(INST_ROOT)/myr/lib/
	install std $(INST_ROOT)/myr/lib/