diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +# SPDX-License-Identifier: AGPL-3.0-only +# SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + .PHONY: clean version.go CFLAGS = -Wall -Wextra -Werror -pedantic -std=c99 -D_GNU_SOURCE |