Page MenuHomeDevCentral

Makefile
No OneTemporary

Makefile

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-makefile
Expires
Fri, May 15, 11:57 (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3711460
Default Alt Text
Makefile (294 B)

Event Timeline