1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

research st, add gdb info for setjmp.

This commit is contained in:
winlin 2014-11-09 11:56:14 +08:00
parent 4b24ee9db3
commit a27c3dca2d
2 changed files with 18 additions and 2 deletions

View file

@ -124,7 +124,7 @@ $(SRS): $(OBJS)
$(TARGETDIR)/md.o: md.S
$(CC) $(CFLAGS) -c $< -o $@
$(TARGETDIR)/%.o: %.c common.h md.h
$(TARGETDIR)/%.o: %.c common.h md.h Makefile
$(CC) $(CFLAGS) -c $< -o $@
clean: