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
Sat, Oct 11, 21:17 (1 d, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3064042
Default Alt Text
Makefile (294 B)

Event Timeline