Subversion Repositories PlanixRsrch.SVN

Compare Revisions

Ignore whitespace Rev 307 → Rev 308

/trunk/libmavl/Makefile
31,12 → 31,16
example2: $(LIBNAME) example2.o
$(CC) -o example2 example2.o $(LIBNAME)
 
mavtest: $(LIBNAME) mavtest.o
$(CC) -o mavtest mavtest.o $(LIBNAME)
 
 
clean:
rm -f $(OBJS)
rm -f $(LIBNAME)
rm -f example1.o example1
rm -f example2.o example2
rm -f mavtest mavtest.o
rm -f *.core
 
install: $(LIBNAME)