4 lines
101 B
Text
4 lines
101 B
Text
OBJS = lang.c ;
|
|
|
|
lib r_lang : $(OBJS) : <include>../include <library>../util
|
|
<library>../cons ;
|