Ignore:
Timestamp:
Oct 6, 2005, 2:20:07 PM (19 years ago)
Author:
cxsong
Message:

fixed a few things so it compiles now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/c-example/Makefile

    r90 r92  
    2222LIB_RAPPTURE    = -Wl,-rpath,$(LIB_DIR) -L$(LIB_DIR) -lrappture
    2323
     24all: $(PROGS)
     25
    2426plot: plot.cc
    2527        $(CXX) $(DEBUG) -DDEBUG $(INCL_CEE) $(INCL_CORE) $(INCL_RP_DEPS) -o $@ $< $(LIB_RAPPTURE)
    2628
    27 plotc: plot.cc
     29plotc: plotc.c
    2830        $(CC) $(DEBUG) -DDEBUG $(INCL_CEE) $(INCL_CORE) $(INCL_RP_DEPS) -o $@ $< $(LIB_RAPPTURE)
    2931
Note: See TracChangeset for help on using the changeset viewer.