19 lines
249 B
Makefile
19 lines
249 B
Makefile
#!smake
|
|
|
|
#
|
|
# FILE: eoe/cmd/miser/lib/libmiser/test/Makefile
|
|
#
|
|
# DESCRIPTION:
|
|
# Makefile for libmiser test
|
|
#
|
|
|
|
include $(ROOT)/usr/include/make/commondefs
|
|
|
|
LLDLIBS = -L../ -lmiser
|
|
TARGETS = tparse
|
|
|
|
default: $(TARGETS)
|
|
install:
|
|
|
|
include $(COMMONRULES)
|