equal
deleted
inserted
replaced
98 test/testwin.c \ |
98 test/testwin.c \ |
99 test/testwm.c \ |
99 test/testwm.c \ |
100 test/threadwin.c \ |
100 test/threadwin.c \ |
101 test/torturethread.c \ |
101 test/torturethread.c \ |
102 |
102 |
103 $(TARGET): $(OBJS) |
103 $(TARGET): copy_config \ |
104 $(AR) rcs $(TARGET) $(OBJS) |
104 $(OBJS) |
|
105 $(AR) rcs $(TARGET) $(OBJS) |
|
106 |
|
107 copy_config: |
|
108 @cp include/SDL_config.h.default include/SDL_config.h |
105 |
109 |
106 clean: |
110 clean: |
107 rm -f $(OBJS) |
111 rm -f include/SDL_config.h $(OBJS) |