Skip to content

Commit

Permalink
Updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
shtaxxx committed Apr 18, 2022
1 parent 79fae30 commit d6de580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ clean:
rm -rf *.egg-info build dist *.pyc __pycache__ parsetab.py .cache *.out *.png *.dot tmp.v uut.vcd
rm -rf *_v1_0
rm -rf *.onnx
rm -rf hello_nngen.v hello_nngen.out hello_nngen_v1_0 hello_nngen.npy
rm -rf hello_nngen.v hello_nngen.out hello_nngen_v1_0 hello_nngen.npz

#.PHONY: release
#release:
Expand Down

0 comments on commit d6de580

Please sign in to comment.