Skip to content

Commit 7d4512c

Browse files
committed
spaces to tabs. was messed up in paste
1 parent b97bd05 commit 7d4512c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Model/Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
all: _CMlib _MFlib _WBMplus
44

55
_CMlib:
6-
$(MAKE) -C CMlib all
6+
$(MAKE) -C CMlib all
77

88
_MFlib:
9-
$(MAKE) -C MFlib all
9+
$(MAKE) -C MFlib all
1010

1111
_WBMplus:
12-
$(MAKE) -C WBMplus all
12+
$(MAKE) -C WBMplus all
1313

1414
LIBS = CMlib MFlib WBMplus
1515
.PHONY: clean $(LIBS)
1616
$(LIBS):
17-
$(MAKE) -C $@ clean
17+
$(MAKE) -C $@ clean
1818

1919
clean: $(LIBS)
2020

0 commit comments

Comments
 (0)