summaryrefslogtreecommitdiff
path: root/usr.bin/oemu/Makefile
blob: 366208c176582ce64fa851a551273f485cae8aaa (plain)
1
2
3
4
5
6
7
include user.mk

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

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