Archived
1
0
This repository has been archived on 2024-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
plugin/root.mk
2023-09-05 19:40:53 -06:00

7 lines
144 B
Makefile

CFLAGS := -std=c89 -Wall -Wextra -Wpedantic -Wshadow -Wundef
CPPFLAGS := -D_FORTIFY_SOURCE=2
LDLIBS := -lplug
.c.o:
${COMPILE.c} $< -o $@