Skip to content

Commit

Permalink
makefile: Remove MFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
vmg committed Nov 6, 2011
1 parent 5cf7c86 commit 4f2bd34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -19,8 +19,8 @@ DEPDIR=depends
# "Machine-dependant" options # "Machine-dependant" options
#MFLAGS=-fPIC #MFLAGS=-fPIC


CFLAGS=-c -g -O3 -fPIC -Wall -Werror -Wsign-compare -Isrc -Ihtml $(MFLAGS) CFLAGS=-c -g -O3 -fPIC -Wall -Werror -Wsign-compare -Isrc -Ihtml
LDFLAGS=-g -O3 -Wall -Werror $(MFLAGS) LDFLAGS=-g -O3 -Wall -Werror
CC=gcc CC=gcc




Expand Down

0 comments on commit 4f2bd34

Please sign in to comment.