From d584148d63b617bb3dea679f8af8dffd22ac7a86 Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Mon, 26 Oct 2009 13:21:20 +0000 Subject: [PATCH] *** empty log message *** --- libtrbnet/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libtrbnet/Makefile b/libtrbnet/Makefile index 973a719..53e94e4 100644 --- a/libtrbnet/Makefile +++ b/libtrbnet/Makefile @@ -48,6 +48,10 @@ libtrbnet.OBJS = port.o trberror.o trbnet.o %.o: %.c $(CC) $< -c $(CPPFLAGS) $(CFLAGS) $(INCDIR) -o $@ +%.lss: %.c + $(CC) $< -c $(CPPFLAGS) $(CFLAGS) -S $(INCDIR) -o $@ + + .SUFFIXES: .o .c # ------------ Targets ------------------------------------------------- -- 2.43.0