diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-17 02:03:37 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-17 02:03:37 +0800 |
commit | ed4a8f9068a2a880280954db7f9424bbdc1dee5a (patch) | |
tree | bb50d887e7f598224d9d528d5214e305e57100dd /git_hooks_client/Makefile | |
parent | config.go: git.hooks_socket (diff) | |
download | forge-ed4a8f9068a2a880280954db7f9424bbdc1dee5a.tar.gz forge-ed4a8f9068a2a880280954db7f9424bbdc1dee5a.tar.zst forge-ed4a8f9068a2a880280954db7f9424bbdc1dee5a.zip |
*: Restructure build system
Diffstat (limited to '')
-rw-r--r-- | git_hooks_client/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/git_hooks_client/Makefile b/git_hooks_client/Makefile deleted file mode 100644 index f8f2c50..0000000 --- a/git_hooks_client/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -CFLAGS = -Wall -Wextra -Werror -pedantic -std=c99 -D_GNU_SOURCE - -git_hooks_client: |