*** empty log message ***

This commit is contained in:
Elias Naur 2005-03-28 10:03:03 +00:00
parent 45bc3c4f9e
commit 1254fcb45e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ LIBRARY=liblwjgl-devil.jnilib
$(LIBRARY): $(OBJECTS)
$(LINKER) $(CFLAGS_LINK) -o $@ $(OBJECTS) $(LIBS)
$(STRIP) $@
$(STRIP) -S -X $@
.c.o:
$(CC) $(CFLAGS_O) $< -o $@