mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
7 lines
211 B
Makefile
7 lines
211 B
Makefile
all: PicoDrive.SIS
|
|
|
|
PicoDrive.SIS: ..\PicoDrive.exe ..\rsc\PicoDrive.rsc ..\rsc\PicoDrive.mbm ..\rsc\PicoDrive_loc.rsc ..\rsc\PicoDrive_reg.rsc
|
|
makesis PicoDrive.pkg
|
|
|
|
clean:
|
|
@erase 2>>nul PicoDrive.pkg
|