diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2009-04-07 17:03:06 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2009-04-07 17:03:06 +0000 |
commit | cdce7671a4777130897d3de06b39071f77d9a683 (patch) | |
tree | d38b0795e3b564a53655b7c66be61dd39b7490ef /src/Makefile | |
parent | f342f167dc015c69b3c90b6996ef805b1711c930 (diff) |
forgot linker flags
svn path=/trunk/externals/zexy/; revision=10972
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 0e03580..524aed0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -65,7 +65,7 @@ $(OBJECTS): %.$(EXT) : %.o $(STRIP) $(STRIPFLAGS) $@ $(LIBNAME): $(TARGETS) z_zexy.c z_zexy.h - $(LD) $(LFLAGS) -o $@.$(EXT) *.o $(LIBS) + $(LD) $(LFLAGS) $(ARCH_FLAG) -o $@.$(EXT) *.o $(LIBS) $(STRIP) $(STRIPFLAGS) $@.$(EXT) $(TARGETS): %.o : %.c |