EXE=mydns
OBJ=mydns.o base64.o

all: $(OBJ)
	$(CC) -o $(EXE) $(OBJ)
	
clean:
	rm -fr *.o *.bak $(EXE)
	
romfs:

	$(ROMFSINST) /bin/mydns
	
	