Subversion Repositories PlanixRsrch.SVN

Compare Revisions

Ignore whitespace Rev 449 → Rev 450

/trunk/libmavl/Makefile
41,6 → 41,9
example2: $(LIBNAME) example2.o
$(CC) $(LDFLAGS) -o example2 example2.o $(LIBNAME)
 
example3: $(LIBNAME) example3.o
$(CC) $(LDFLAGS) -o example3 example3.o $(LIBNAME)
 
mavtest: $(LIBNAME) mavtest.o
$(CC) $(LDFLAGS) -o mavtest mavtest.o $(LIBNAME)
 
51,6 → 54,7
rm -f $(DLIBNAME)
rm -f example1.o example1
rm -f example2.o example2
rm -f example3.o example3
rm -f mavtest mavtest.o
rm -f *.core
rm -f test.o test