misc
This commit is contained in:
parent
55403629fe
commit
d96cff8e1a
1 changed files with 1 additions and 1 deletions
|
@ -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 ;;
|
||||
|
|
Loading…
Reference in a new issue