OBJS = $(OBJDIR)/gpu.sh \
	   $(OBJDIR)/gpuinfo.sh

all: $(OBJS)

.PHONY: clean
clean:
	rm -f $(OBJS)

include ../make.rules
