8 lines
125 B
Makefile
8 lines
125 B
Makefile
TOOLS = ../../Tools
|
|
MOREDIFF := $(shell $(TOOLS)/unix/casefn.sh *.lbr)
|
|
|
|
include $(TOOLS)/Makefile.inc
|
|
|
|
clean::
|
|
@rm -f *.lbr
|