mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-26 23:10:32 +00:00
Fix cstool Makefile for non-C99-defaulting compilers (#2315)
This commit is contained in:
parent
16017d5f92
commit
bf05d695dd
@ -7,6 +7,7 @@ include ../functions.mk
|
||||
LIBNAME = capstone
|
||||
|
||||
CFLAGS += -I../include -I.
|
||||
CFLAGS += -std=gnu99
|
||||
LDFLAGS += -O3 -Wall -L.. -l$(LIBNAME)
|
||||
|
||||
TARGET = cstool
|
||||
|
Loading…
Reference in New Issue
Block a user