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

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

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