Subversion Repositories HelenOS-historic

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

.PHONY: nothing build clean

nothing:

build:
    touch boot.bin

clean:
    -rm *.bin