浏览代码

Fixed duplicate pylint call (which has been present for 3 months!)

Geoffrey Irons 7 年之前
父节点
当前提交
ab3639493f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Makefile

+ 0 - 1
Makefile

@@ -7,7 +7,6 @@ GODOT = godot
 
 pylint:
 	$(PYLINT) io_scene_godot
-	$(PYLINT) io_scene_godot
 
 pep8:
 	$(PEP8) io_scene_godot