12 lines
146 B
Makefile
12 lines
146 B
Makefile
#! smake
|
|
|
|
include $(ROOT)/usr/include/make/commondefs
|
|
|
|
TARGETS = locale_test
|
|
|
|
CFILES = locale_test.c
|
|
|
|
default: $(TARGETS)
|
|
|
|
include $(COMMONRULES)
|