source: mainline/arch/sparc64/boot/Makefile@ 2a99fa8

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 2a99fa8 was 2a99fa8, checked in by Jakub Jermar <jakub@…>, 20 years ago

sparc64 infrastructure.

  • Property mode set to 100644
File size: 81 bytes
Line 
1.PHONY: nothing build clean
2
3nothing:
4
5build:
6 touch boot.bin
7
8clean:
9 -rm *.bin
Note: See TracBrowser for help on using the repository browser.