Skip to content

Commit

Permalink
Fixed deleting node_modules on clean
Browse files Browse the repository at this point in the history
  • Loading branch information
k2snowman69 committed Oct 3, 2018
1 parent c78fb3c commit 34bbfa3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
cd $(call FixPath,./sample-objects-js-test) $(CmdSeparator) $(Make) clean

0 comments on commit 34bbfa3

Please sign in to comment.