From ef29d288ed57250b399d6a95cf26a40d4e33794e Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Wed, 15 Apr 2020 20:52:23 +0100 Subject: Open file with space in filename --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5f6e0f0..8020f78 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ PROJECT=ihe CC=gcc CPP=g++ -CFLAGS=-I./ -I./libbuf -Wwrite-strings -fpermissive -fno-rtti -fno-exceptions -fno-unwind-tables -SOURCES=core.c +CFLAGS=-g3 -I./ -I./libbuf -Wwrite-strings -fpermissive -fno-rtti -fno-exceptions -fno-unwind-tables -std=c11 +SOURCES=core.c util.c SOURCES+=$(wildcard cmd/*.c) OBJECTS=$(SOURCES:.c=.o) LIB_OBJECTS=libcmd/libcmd.o libterm/libterm.o h64e/core.o libbuf/libbuf.o -- cgit v1.2.3