Commit c403ce12 authored by lcgamboa's avatar lcgamboa

chg: makefile updated !minor

parent de6ba790
......@@ -26,7 +26,11 @@ LIBS+= $(ELIBS)
#lxrad automatic generated block end, don't edit above!
all: $(OBJS)
all: picsimlab
picsimlab: $(OBJS)
$(CC) $(CFLAGS) $(OBJS) -opicsimlab $(LIBS)
%.o: %.cc
......
......@@ -25,7 +25,9 @@ LIBS+= $(ELIBS)
#lxrad automatic generated block end, don't edit above!
all: $(OBJS)
all: picsimlab
picsimlab: $(OBJS)
$(CC) $(CFLAGS) $(OBJS) -opicsimlab $(LIBS)
%.o: %.cc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment