]> Shamusworld >> Repos - virtualjaguar/blobdiff - Makefile
Changed executable from vj to virtualjaguar to avoid possible future naming
[virtualjaguar] / Makefile
index 31d3d9d8cca45517a27d24737461e8e9869ce0f7..eaa5953d11f28e5442a09e76263be517ad028675 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ endif
 
 CC         = gcc
 LD         = gcc
-TARGET     = vj
+TARGET     = virtualjaguar
 
 # Note that we use optimization level 2 instead of 3--3 doesn't seem to gain much over 2
 CFLAGS   = -MMD -Wall -Wno-switch -O2 -D$(SYSTYPE) -ffast-math -fomit-frame-pointer `sdl-config --cflags`