ref: 991fa68f601d19c629ff2aa1fd819c8369251bee
dir: /libstd/Makefile/
include ../config.mk all: libstd.a libstd.a: ./bld.sh .PHONY: clean clean: ./bld.sh clean install: mkdir -p $(INST_ROOT)/myr/lib/ install libstd.a $(INST_ROOT)/myr/lib/ install std $(INST_ROOT)/myr/lib/