]> Nishi Git Mirror - ksynth.git/commitdiff
Change the compiler from `cc` to `gcc`.
authorkazu <kazu@7b47e76f-e598-2f43-bc14-414d160cc389>
Tue, 30 Apr 2024 08:10:55 +0000 (08:10 +0000)
committerkazu <kazu@7b47e76f-e598-2f43-bc14-414d160cc389>
Tue, 30 Apr 2024 08:10:55 +0000 (08:10 +0000)
git-svn-id: file:///raid/svn-main/kazu-ksynth/trunk@32 7b47e76f-e598-2f43-bc14-414d160cc389

Makefile

index 6155bb74d3f88e0395d90e9a6e53006e3d54141f..8575629bc3f5e16c46d5746b219eb5d42a694f78 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # $Id$
 
-CC := cc
+CC := gcc
 CFLAGS := -D_POSIX_C_SOURCE=199309L -std=c99 -ffast-math
 ifeq ($(DEBUG),YES)
        CFLAGS += -g