#!/usr/bin/bash

if [ -f ./Makefile.koji ] ; then
	make -f Makefile.koji all
else
	make sources
fi
