mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
Add C++ support to compiler script. (#828)
This commit is contained in:
parent
3f4ea160b9
commit
cb5d88c8f3
@ -30,6 +30,7 @@ case "$ext" in
|
||||
[0-9]) preconv "$file" | refer -PS -e | groff -mandoc -T pdf > "$base".pdf ;;
|
||||
c) cc "$file" -o "$base" && "$base" ;;
|
||||
go) go run "$file" ;;
|
||||
cpp) g++ "$file" -o "$base" && "$base" ;;
|
||||
h) sudo make install ;;
|
||||
m) octave "$file" ;;
|
||||
md) if [ -x "$(command -v lowdown)" ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user