diff options
author | David Timber <dxdt@dev.snart.me> | 2024-03-22 13:55:27 +0900 |
---|---|---|
committer | David Timber <dxdt@dev.snart.me> | 2024-03-22 13:55:27 +0900 |
commit | 7cb0eb6f3be00172b1a54cfcd206ab753ec96c67 (patch) | |
tree | 86f8acefd51cbb55193f3bda30f4d557f367a041 /flock_mmap/Makefile | |
parent | 5fc02e2e847608a67d46af04d5f935cd889b23c3 (diff) |
More on flock_mmap, fix the Makefile
Diffstat (limited to 'flock_mmap/Makefile')
-rw-r--r-- | flock_mmap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flock_mmap/Makefile b/flock_mmap/Makefile index 0275f91..f55485d 100644 --- a/flock_mmap/Makefile +++ b/flock_mmap/Makefile @@ -1,4 +1,4 @@ -CC := cc +CC ?= cc OBJ = flock_mmap lock do: build test |