summaryrefslogtreecommitdiff
path: root/usr.bin/mex/Makefile
blob: 6c0db595c6160aaaa59f0ecc49f0c608bc25c1cc (plain)
1
2
3
4
5
6
include user.mk

CFILES = $(shell find . -name "*.c")

$(ROOT)/base/usr/bin/mex:
	gcc $(CFILES) -o $@ $(INTERNAL_CFLAGS)