diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-10-29 12:13:13 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-10-29 12:13:13 +0100 |
commit | dc3698753afd9c7b40a86cc86a3abb7ae00704cb (patch) | |
tree | fec036e73930cc5787cc5bc276c5b41ebdfe6cef /icetime/Makefile | |
parent | b8cf8e19a2e899d08e7a8e339f831af016d3a315 (diff) | |
download | icestorm-dc3698753afd9c7b40a86cc86a3abb7ae00704cb.tar.gz icestorm-dc3698753afd9c7b40a86cc86a3abb7ae00704cb.tar.bz2 icestorm-dc3698753afd9c7b40a86cc86a3abb7ae00704cb.zip |
icetime progress
Diffstat (limited to 'icetime/Makefile')
-rw-r--r-- | icetime/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/icetime/Makefile b/icetime/Makefile index faf4188..c7f0c14 100644 --- a/icetime/Makefile +++ b/icetime/Makefile @@ -33,6 +33,8 @@ show0 show1 show2 show3 show4 show5 show6 show7 show8 show9: icetime test: test0 test1 test2 test3 test4 test5 test6 test7 test8 test9 +show: show0 show1 show2 show3 show4 show5 show6 show7 show8 show9 + clean: rm -f icetime *.o *.d rm -rf test[0-9]* |