This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/WATCOM/samples/cplbexam/string/pubfun/makefile

14 lines
323 B
Makefile

.extensions:
.extensions: .exe .cpp
exes =constr.exe condef.exe opequal.exe opincre.exe char.exe conchar.exe &
poslen.exe poschara.exe poscharb.exe length.exe match.exe index.exe &
lower.exe upper.exe alloc.exe cstr.exe valid.exe concstr.exe
all : $(exes) .symbolic
.cpp.exe :
wcl $[@