1
0
Files
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