Page MenuHomeDevCentral

No OneTemporary

diff --git a/Makefile b/Makefile
index a608a22..142ced6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,13 @@
TCLSH=tclsh8.6
all:
@echo "Nothing to build."
test:
cd tests && ${TCLSH} all.tcl
+
+list:
+ @ls *.tcl | sed 's/^/ - /' | sort
+ @find . -type f -name '*.tcl' | grep -v tests/ | grep -v Maintenance/ \
+ | grep -v ForUsers/ | grep -v PreSurfBoard | sed 's@\./@ - @' \
+ | grep '/' | sort

File Metadata

Mime Type
text/x-diff
Expires
Sun, Oct 12, 10:38 (2 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3065774
Default Alt Text
(417 B)

Event Timeline