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

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

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