]> git.mdlowis.com Git - projs/tide.git/commitdiff
cleanup html files and remove unused sed test script
authorMichael D. Lowis <mike@mdlowis.com>
Tue, 11 Feb 2020 02:12:52 +0000 (21:12 -0500)
committerMichael D. Lowis <mike@mdlowis.com>
Tue, 11 Feb 2020 02:12:52 +0000 (21:12 -0500)
Makefile
testsed.sh [deleted file]

index b101fe60af5ef93115ee57dddfa5908042bffff3..ea39903e4945c9b1845b96c96678e207de8f1924 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ build:
 
 clean:
        ./rscons $(RFLAGS) clean
+       rm -rf html
 
 distclean:
        ./rscons $(RFLAGS) distclean
diff --git a/testsed.sh b/testsed.sh
deleted file mode 100755 (executable)
index a1c196e..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-gcc -O2 msed.c
-cat sqlite2 | time ./a.out "$1" > /dev/null
-cat sqlite2 | time sed "$1" > /dev/null