]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Mon, 26 Oct 2009 13:21:20 +0000 (13:21 +0000)
committerhadeshyp <hadeshyp>
Mon, 26 Oct 2009 13:21:20 +0000 (13:21 +0000)
libtrbnet/Makefile

index 973a7194824e91656b1a2c5efb41c3de978d5ab4..53e94e4f9fa479c9e954bbfe4c0a460cac5f64b0 100644 (file)
@@ -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 -------------------------------------------------