added --extention flag to be able to generate .cu files for cuda nvcc.

This commit is contained in:
Norayr Chilingarian 2023-05-23 19:32:37 +04:00
parent d3ab6be2cf
commit d72fc1b2cc
5 changed files with 23 additions and 11 deletions

View file

@ -80,7 +80,8 @@ usage:
@echo " make clean - Clean out the build directory"
@echo " make compiler - Build the compiler but not the library"
@echo " make browsercmd - Build the symbol browser (showdef)"
@echo " make library - Build all library files and make library"
@echo " make O2library - Build all library files with Oberon-2 type sizes"
@echo " make OClibrary - Build all library files with Component Pascal type sizes"
@echo " make install - Install built compiler and library in /opt or C:\\PROGRAM FILES*"
@echo " (Needs root access)"
@echo ""