diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-10-04 14:18:56 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-10-04 14:18:56 -0400 |
| commit | b3bfa523287e2f20458c45a3d9b52e39f8a53ff6 (patch) | |
| tree | 7ba146fa4304a19d95f478459fca6a0ee183bcb9 /config.mk | |
| parent | 6817d5861986084f55785842b07639f7aeaacf0a (diff) | |
| download | pfc-master.zip | |
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config.mk b/config.mk deleted file mode 100644 index 70167db..0000000 --- a/config.mk +++ /dev/null @@ -1,7 +0,0 @@ -VERSION = 1.5.0 - -PREFIX = /usr/local -MANPREFIX = ${PREFIX}/share/man - -GOOSES = darwin linux windows -GOARCHES = amd64 arm64 |