12 lines
179 B
Plaintext
12 lines
179 B
Plaintext
# mhcommonrules
|
|
#
|
|
# Common rules for moosehead makefiles
|
|
#
|
|
|
|
LDIRT= $(LLDIRT);\
|
|
if [ -d $(OBJECTDIR) ]; then cd $(OBJECTDIR); rm -f $(OBJECTS); fi
|
|
|
|
|
|
include $(DEPTH)/commonrules
|
|
|