MestreLion / roguepc

Port of original PC-DOS Epyx Rogue to modern platforms
27 stars 6 forks source link

Add Makefile target and executable 'rogue-ascii' #13

Open MestreLion opened 4 years ago

MestreLion commented 4 years ago

Use similar technique as rogue-sdl: make ascii (and make all) will set ROGUE_CHARSET=1 and generate rogue-ascii. Care must be taken to ensure make clean runs! It needed a "hack" for rogue-sdl

Similar to #5