mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 15:42:25 +00:00
added --extention flag to be able to generate .cu files for cuda nvcc.
This commit is contained in:
parent
d3ab6be2cf
commit
d72fc1b2cc
5 changed files with 23 additions and 11 deletions
3
makefile
3
makefile
|
|
@ -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 ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue