summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjjsuperpower <jjs29356@gmail.com>2022-08-21 22:56:40 -0500
committerjjsuperpower <jjs29356@gmail.com>2022-08-21 22:56:40 -0500
commit0b8138234f5ca0b14137ae7bbee2f3e8372ac783 (patch)
treeb57d4be2a0a0a267299f9039a501f9998d76708b /Makefile
parentcad06d86cd309074fffb5cce9d1f3b79b40f3891 (diff)
minor change
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 64ce203..ae34634 100644
--- a/Makefile
+++ b/Makefile
@@ -18,4 +18,4 @@ test-w:
py.test -v $(HDL)
clean:
- $(RM) -rf $(HDL_FOLDER)/*.cc $(HDL_FOLDER)/*.v $(HDL_FOLDER)/*.vcd \ No newline at end of file
+ $(RM) -rf $(HDL_FOLDER)/*.cc $(HDL_FOLDER)/*.v $(HDL_FOLDER)/*.vcd $(HDL_FOLDER)/*.pyc $(HDL_FOLDER)/*.out \ No newline at end of file