diff options
| author | Benjamin Linskey | 2026-06-11 05:10:10 -0400 |
|---|---|---|
| committer | Benjamin Linskey | 2026-06-11 05:10:10 -0400 |
| commit | 240de88e5c0762a37d871b78d81ffce3f29f8937 (patch) | |
| tree | fc881e271c320d660c45785e97e35c78b0a19716 | |
| parent | b590db5be667f293de60d9abd3fa870fdd05fb4a (diff) | |
| download | rogue-240de88e5c0762a37d871b78d81ffce3f29f8937.tar.gz | |
Define lint macro
This excludes version-control-related macros that cause compilation errors on OpenBSD.
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ MAN = rogue.6 CC = cc CFLAGS = -std=c99 -O2 -Wall -Wextra -Wpedantic -CPPFLAGS = -DUNIX -DUNIX_SYSV +CPPFLAGS = -DUNIX -DUNIX_SYSV -Dlint LDLIBS = -lcurses SRCS != find . -name '*.c' -exec basename {} \; |