diff options
author | FreeArtMan <dos21h@gmail.com> | 2020-04-15 20:52:23 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2020-04-15 20:52:23 +0100 |
commit | ef29d288ed57250b399d6a95cf26a40d4e33794e (patch) | |
tree | 10b124d73cc6bef42fba56abdf8f65fc277bcc8e /Makefile | |
parent | 6c44c2e89000444b1bdf790452fd1b92d121ed06 (diff) | |
download | ihe-master.tar.gz ihe-master.zip |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |