ti84: use dd instead of truncate
More portable
This commit is contained in:
parent
852c775b5b
commit
ebc70be8e8
@ -19,8 +19,7 @@ emul: $(EMUL) $(TARGET)
|
||||
$(EMUL) $(TARGET)
|
||||
|
||||
os.rom: $(TARGET)
|
||||
cp $(TARGET) $@
|
||||
truncate -s 1M $@
|
||||
dd if=$(TARGET) bs=1M of=$@ conv=sync
|
||||
|
||||
os.8xu: os.rom
|
||||
$(MKTIUPGRADE) -p -k keys/0A.key -d TI-84+ os.rom $@ 00
|
||||
|
Loading…
Reference in New Issue
Block a user