diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 12:53:48 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 12:53:48 +0100 |
| commit | 6b975a8a4015211214517cdd42905ae396975a1f (patch) | |
| tree | 5a1d93b5fc5efc31d49ef7c3885e49f31eea77fa /Makefile | |
| parent | Update e-mail (diff) | |
| download | yes-silly-6b975a8a4015211214517cdd42905ae396975a1f.tar.gz yes-silly-6b975a8a4015211214517cdd42905ae396975a1f.tar.bz2 yes-silly-6b975a8a4015211214517cdd42905ae396975a1f.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,9 +1,9 @@ .POSIX: -CC = cc +CC = c99 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -CFLAGS = -std=c99 -Wall -O2 +CFLAGS = LDFLAGS = -s BIN = yes limit measure @@ -22,3 +22,5 @@ clean: .SUFFIXES: .SUFFIXES: .c .o + +.PHONY: all clean |
