# Makefile for utelnetd
# 
# Configure this with the following environment variables:
#
PROGS = slidemode
OBJS  = slidemode.o
CC    = $(CROSS)rsdk-linux-gcc

all: $(PROGS)

$(PROGS): $(OBJS)

clean:

romfs:
	$(ROMFSINST) slidemode /bin/slidemode
