7 lines
75 B
Makefile
7 lines
75 B
Makefile
LIB = lzp
|
|
OBJS= lzp.o
|
|
|
|
INCS = lzp.h
|
|
ASMINCS = lzp.inc
|
|
|
|
include stpd.lib.mk
|