13 lines
212 B
Makefile
13 lines
212 B
Makefile
# M. Zolliker 03.2005
|
|
|
|
default:
|
|
@ echo ""
|
|
@ echo "Usage:"
|
|
@ echo ""
|
|
@ echo " make -f makefile_xxx [target]"
|
|
@ echo ""
|
|
@ echo ' where makefile_xxx is one of'
|
|
@ echo ""
|
|
@ ls -1 makefile_* | pr -t -o 4
|
|
|