This commit is contained in:
Dmitry Zakharchenko 2024-03-24 22:41:00 +02:00
parent 55403629fe
commit d96cff8e1a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ case "$ext" in
[0-9]) preconv "$file" | refer -PS -e | groff -mandoc -T pdf > "$base".pdf ;;
c) cc "$file" -o "$base" && "$base" ;;
cpp) g++ "$file" -o "$base" && "$base" ;;
cs) mcs "$file" && mono "$base".exe ;;
cs) dotnet run "$file" ;;
dart) dart run "$file" ;;
go) go run "$file" ;;
h) doas make install ;;