diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-10 12:50:11 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-10 12:50:11 +0900 |
| commit | 9ed458df0abbef61b1020f9bbf542dd35890253d (patch) | |
| tree | 8783d60ee9d470c3bedd35791b8db7ebd084f75b /ar | |
| parent | 4b23088e5266069804fa1ea91db694d28cc19a61 (diff) | |
modified bin/compiler
Diffstat (limited to 'ar')
| -rwxr-xr-x | ar/.local/bin/compiler | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/compiler b/ar/.local/bin/compiler index caf970d..1342b68 100755 --- a/ar/.local/bin/compiler +++ b/ar/.local/bin/compiler @@ -9,7 +9,7 @@ # Use make if Makefile exists. # py files: runs via python command # go files: compiles and runs with "go run" -# config.h files: (For suckless utils) recompiles and installs program. +# config.def.h files: (For suckless utils) recompiles and installs program. # all others: run `sent` to show a presentation file=$(readlink -f "$1") |
