X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=fd05c43b8d484609d68e7835d5512bf4629e4f60;hb=738eeba229e4087da2b6a42154f6b2ed16c80c5c;hp=1bc867cc92eceae4da88a337929befad75c7cdf1;hpb=286b0e08bf52ee3eda3d8f73366a786337a7a4bd;p=dcpu16 diff --git a/Makefile b/Makefile index 1bc867c..fd05c43 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ endif PROGRAMS = as-dcpu16 vm-dcpu16 SOURCES = common.c dcpu16.c as-dcpu16.c vm-dcpu16.c +CPPFLAGS = -D_XOPEN_SOURCE=600 CFLAGS = -g -Wall -Wextra -pedantic -std=c99 LDFLAGS = -lreadline