diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-10-24 03:54:19 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-10-24 03:54:19 +0000 |
commit | f9b3c026bef886761a26e9bf42ec92f7e1cf1c44 (patch) | |
tree | 9e5da82e52fc091a0666e1f3f893ca3d8fb876c8 /Makefile | |
parent | 69f9fee34958006778d0bf3a7e501ef5f8092aea (diff) |
leave .o object file around so that it doesn't always recompile things
svn path=/trunk/externals/ext13/; revision=12656
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -102,7 +102,6 @@ all: $(SOURCES:.c=.$(EXTENSION)) %.$(EXTENSION): %.o $(CC) $(LDFLAGS) -o "$*.$(EXTENSION)" "$*.o" $(LIBS) chmod a-x "$*.$(EXTENSION)" - rm -f -- $*.o # this links everything into a single binary file $(LIBRARY_NAME): $(SOURCES:.c=.o) $(LIBRARY_NAME).o |