From c65f691ec231a2e5cbdf1bdeca2db04d063115c5 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 13 May 2020 22:10:02 +0200 Subject: Added music to the main story --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2fed722..609f91d 100644 --- a/Makefile +++ b/Makefile @@ -170,7 +170,7 @@ CFLAGS += -Wall CFLAGS += -Wextra CFLAGS += -Werror CFLAGS += -pedantic -# CFLAGS += -pthread +CFLAGS += -pthread #--------------------------------------------------------------------------------------------------# ifdef DEBUG CFLAGS += ${DBG} -- cgit v1.2.3