
$(TARGETS) $(OTHERT) : $$@.o $(LIB) $(INCLUDE) $(LIBSPEC) $(LIBEMOS)
	-rm -f $@
	$(LINK) -o $@ $@.o $(LDFLAGS) $(LIBS)
	-chmod a+rx $@

