Move the Makefile to the top directory

This commit is contained in:
Khaled Hosny
2014-11-22 16:32:26 +02:00
parent 09c4eba0f6
commit 3e1f5ca955
3 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
OS := $(shell uname)
IDIRS=-I../brotli/dec/ -I../brotli/enc/ -I../
IDIRS=-I./brotli/dec/ -I./brotli/enc/ -I./src
GFLAGS=-no-canonical-prefixes -fno-omit-frame-pointer -m64