Compare with Previous | Blame | View Log
# # Makefile for writing the EOS32 partition image to disk # BUILD = ../.. all: $(BUILD)/bin/wrpart ../disk.img 0 pbr.bin clean: rm -f *~
#
# Makefile for writing the EOS32 partition image to disk
BUILD = ../..
all:
$(BUILD)/bin/wrpart ../disk.img 0 pbr.bin
clean:
rm -f *~