aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-01-12 19:46:57 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-01-12 19:49:25 +0300
commitc339ed4def5854b8daa0cbf2733c00d54b672078 (patch)
treeca48670611aa8a249a2b6dea9d5cd2b7ab2fecae /Makefile
parentd845d87e2c7fa7afb2ac0ecb239ae1cc0b341937 (diff)
downloadapplause2-c339ed4def5854b8daa0cbf2733c00d54b672078.tar.gz
minor FreeBSD compatibility fixes and documentation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a2fbffa..62c82e9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CC = gcc
+CC = cc
CFLAGS = -std=c99 -Wall -O2 -g