X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=GNUmakefile;h=d2c211c7b1f2d049fc040a48204282b1d9a58ca1;hb=21d237fda9d909bb9588d877f244431989917af7;hp=450b2725729331f822377a1ac3d2d2bc1f0aad8b;hpb=dee0f6aebe2faae7f5b05136beec802b20740514;p=retrobench diff --git a/GNUmakefile b/GNUmakefile index 450b272..d2c211c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -5,11 +5,11 @@ bin = rbench warn = -pedantic -Wall -Wno-deprecated-declarations dbg = -g -#opt = -O3 -ffast-math +opt = -O3 -ffast-math inc = -Isrc CFLAGS = -pedantic $(warn) $(dbg) $(opt) $(inc) -MMD -LDFLAGS = -lX11 -lXext -lm +LDFLAGS = -L/usr/X11R6/lib -lX11 -lXext -lm $(bin): $(obj) $(CC) -o $@ $(obj) $(LDFLAGS)