aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 12:53:48 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 12:53:48 +0100
commit6b975a8a4015211214517cdd42905ae396975a1f (patch)
tree5a1d93b5fc5efc31d49ef7c3885e49f31eea77fa /Makefile
parentUpdate e-mail (diff)
downloadyes-silly-6b975a8a4015211214517cdd42905ae396975a1f.tar.gz
yes-silly-6b975a8a4015211214517cdd42905ae396975a1f.tar.bz2
yes-silly-6b975a8a4015211214517cdd42905ae396975a1f.tar.xz
m fixesHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1841767..5dfe86f 100644
--- a/Makefile
+++ b/Makefile
@@ -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