shithub: mc

ref: ff88594df5c5df6fb8f227ab8e5df3529ba6e72f
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