Skip to content

Commit

Permalink
Fix cstool Makefile for non-C99-defaulting compilers (capstone-engine…
Browse files Browse the repository at this point in the history
  • Loading branch information
thestr4ng3r authored Apr 23, 2024
1 parent 16017d5 commit bf05d69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cstool/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ include ../functions.mk
LIBNAME = capstone

CFLAGS += -I../include -I.
CFLAGS += -std=gnu99
LDFLAGS += -O3 -Wall -L.. -l$(LIBNAME)

TARGET = cstool
Expand Down

0 comments on commit bf05d69

Please sign in to comment.