Skip to content

Commit

Permalink
Add Makefile and add commands for workspace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehtesham Hasnain authored and Ehtesham Hasnain committed Sep 30, 2020
1 parent 7128ec5 commit 68cebf1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
del-nm:
rm -rf node_modules

del-lib:
rm -rf lib

clean:
make del-nm && make del-lib

0 comments on commit 68cebf1

Please sign in to comment.