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

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

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