diff --git a/makefile b/makefile index aae2b6d..978443d 100644 --- a/makefile +++ b/makefile @@ -35,9 +35,4 @@ clean: cd $(call FixPath,./sample-objects-cpp) $(CmdSeparator) $(Make) clean cd $(call FixPath,./sample-objects-cpp-test) $(CmdSeparator) $(Make) clean cd $(call FixPath,./sample-objects-js) $(CmdSeparator) $(Make) clean - cd $(call FixPath,./sample-objects-js-test) $(CmdSeparator) $(Make) clean - cd $(call FixPath,./threadily) $(CmdSeparator) $(call RemoveDir,node_modules) - cd $(call FixPath,./sample-objects-cpp) $(CmdSeparator) $(call RemoveDir,node_modules) - cd $(call FixPath,./sample-objects-cpp-test) $(CmdSeparator) $(call RemoveDir,node_modules) - cd $(call FixPath,./sample-objects-js) $(CmdSeparator) $(call RemoveDir,node_modules) - cd $(call FixPath,./sample-objects-js-test) $(CmdSeparator) $(call RemoveDir,node_modules) \ No newline at end of file + cd $(call FixPath,./sample-objects-js-test) $(CmdSeparator) $(Make) clean \ No newline at end of file