# Steuerdatei fr MAKE, erzeugt fr TC++ TIMER.OBJ

timer.obj: timer.c timer
        tcc -c -w -O -r -N- -G -p timer.c

