aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-12-15 16:06:56 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-12-15 16:06:56 +0000
commite7585f0c86286cab76468e1774148f010ec8cca1 (patch)
tree05c0a0c7ef0e158d19e3d3a22586743d45858513 /src/Makefile
parent8ec8d87031f0bea6de99b225fa952cd4ad498383 (diff)
beautified cflags a bit
svn path=/trunk/externals/zexy/; revision=4224
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 200ec2f..ffc3a15 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -48,7 +48,7 @@ $(LIBNAME): $(TARGETS)
$(STRIP) $(STRIPFLAGS) $(LIBNAME).$(EXT)
$(TARGETS): %.o : %.c
- $(CC) -c -o $@ $(Z_CFLAGS) $*.c
+ $(CC) $(Z_CFLAGS) -c -o $@ $*.c
clean: