diff options
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]* |