aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-07-23 14:24:11 -0400
committerB. Watson <yalhcru@gmail.com>2021-07-23 14:24:11 -0400
commit41957bd369ef39697aba39d5b60297bbbbf44f7f (patch)
treec346c484d715819cb2a40085d55264d6d9d8457d /Makefile
parentd0a45f122e4db88c0f2fed90717fb8fc8b722575 (diff)
downloadslowbaud-41957bd369ef39697aba39d5b60297bbbbf44f7f.tar.gz
Add fractional microsecond support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 084bee4..3cd67e0 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,9 @@ $(PROJ).1: $(PROJ).rst
README.txt: $(PROJ).1
man ./$(PROJ).1 | sed 's,_\010,,' > README.txt
+test: all
+ sh test.sh
+
# Don't remove the man page or README here, it's in git.
clean:
rm -f $(PROJ) core *.o