1
0
Files
irix-657m-src/stand/arcs/IP32prom/mhcommonrules
2022-09-29 17:59:04 +03:00

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