diff options
author | jjsuperpower <jjs29356@gmail.com> | 2022-06-26 11:11:43 -0500 |
---|---|---|
committer | jjsuperpower <jjs29356@gmail.com> | 2022-06-26 11:11:43 -0500 |
commit | 5de4d07c6db81a9ed21cd39aaef229fb94c4bb6b (patch) | |
tree | a73138c38bd71079ffcebc73fe67a1545c6d4fa4 /hdl_lab/Makefile | |
parent | 987134966d0c3ab9b1a5775c8f01fa707408780b (diff) |
added template
Diffstat (limited to 'hdl_lab/Makefile')
-rw-r--r-- | hdl_lab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hdl_lab/Makefile b/hdl_lab/Makefile index c40b1cf..a85bbd8 100644 --- a/hdl_lab/Makefile +++ b/hdl_lab/Makefile @@ -10,4 +10,4 @@ test-w: py.test -v $(HDL) clean: - $(RM) -rf simulation/* gen_verilog/* __pycache__/* .pytest_cache/*
\ No newline at end of file + $(RM) -rf simulation/* gen_verilog/* hdl/__pycache__/* .pytest_cache/*
\ No newline at end of file |