diff options
Diffstat (limited to 'TOOLS/bmovl-test/Makefile')
-rw-r--r-- | TOOLS/bmovl-test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/bmovl-test/Makefile b/TOOLS/bmovl-test/Makefile index 0f0e148486..2473ce3df9 100644 --- a/TOOLS/bmovl-test/Makefile +++ b/TOOLS/bmovl-test/Makefile @@ -1,2 +1,2 @@ bmovl-test: bmovl-test.c - gcc -O3 -I/usr/local/include/SDL -L/usr/local/lib -lSDL_image -o bmovl-test bmovl-test.c + cc -O3 -I/usr/local/include/SDL -I/usr/include/SDL -L/usr/local/lib -lSDL_image -o bmovl-test bmovl-test.c |