fix indentation a bit in Makefile
This commit is contained in:
parent
161a9ab351
commit
4763c8e297
6
Makefile
6
Makefile
@ -28,9 +28,9 @@ test:
|
||||
|
||||
check_version:
|
||||
@if [ "$(CHANGELOG_VERSION)" != "$(CODE_VERSION)" ]; then \
|
||||
echo "Error: ChangeLog version $(CHANGELOG_VERSION)" \
|
||||
"not equal to code version $(CODE_VERSION)"; exit 2; \
|
||||
else true; fi
|
||||
echo "Error: ChangeLog version $(CHANGELOG_VERSION)" \
|
||||
"not equal to code version $(CODE_VERSION)"; exit 2; \
|
||||
else true; fi
|
||||
|
||||
2to3:
|
||||
2to3 $(PY_FILES)
|
||||
|
Loading…
x
Reference in New Issue
Block a user