12 lines
115 B
Makefile
12 lines
115 B
Makefile
#!smake
|
|
|
|
DEPTH=.
|
|
|
|
SM=:
|
|
|
|
include $(ROOT)/usr/include/make/libleafdefs
|
|
|
|
CFILES = rt_dummy.c
|
|
|
|
include $(LIBLEAFRULES)
|