shithub: mc

ref: 52eca667bbd1cf5a929d3f2352c3c1ee8e91625d
dir: /6/Makefile/

View raw version
INSTBIN=6m
OBJ= \
	blob.o \
	gen.o \
	gengas.o \
	genp9.o \
	isel.o \
	locs.o \
	main.o \
	ra.o \
	peep.o \
	simp.o \
	typeinfo.o \

DEPS=../parse/libparse.a ../mi/libmi.a ../util/libutil.a

include ../config.mk
include ../mk/c.mk