diff options
| author | ruki <[email protected]> | 2022-05-10 00:52:46 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-05-10 00:52:46 +0800 |
| commit | a9544d184d1375ac92fbc7b353a5c908c17cb0c1 (patch) | |
| tree | b57d3ef6caffd263f4e3ca9313034c710e72aa46 | |
| parent | 4071b5563889329ac6a66099a2c90abfc23796b8 (diff) | |
fix makefile
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # is debug? -debug :=y +debug :=n # verbose ifneq ($(VERBOSE),y) |
