ai4anshu commited on
Commit
fccbfb7
1 Parent(s): d4caa5c

Update Makefile

Browse files
Files changed (1) hide show
  1. Makefile +0 -2
Makefile CHANGED
@@ -22,5 +22,3 @@ clean:
22
  @find . -name "*.pyc" -exec rm {} \;
23
  @rm -rf dataset/preprocessed/* checkpoints/* results/*;
24
 
25
- zip:
26
- @tar --exclude=".[^/]*" -czvf "AnshuKumar-RingCentral-$(shell date +"%Y%m%d").tar.gz" *
 
22
  @find . -name "*.pyc" -exec rm {} \;
23
  @rm -rf dataset/preprocessed/* checkpoints/* results/*;
24