7 lines
123 B
Makefile
7 lines
123 B
Makefile
LIB = base
|
|
SRCS = log.s
|
|
INCS = base.inc
|
|
|
|
include $(TOPDIR)/share/mk/stupid.lib.mk
|
|
include $(TOPDIR)/share/mk/stupid.inc.mk
|