adam-maj / tiny-gpu

A minimal GPU design in Verilog to learn how GPUs work from the ground up
6.6k stars 491 forks source link

Fix sed for linux #3

Closed hatoo closed 2 months ago

hatoo commented 2 months ago

fix #1

I've found that sed -i works differently on Mac and Linux https://stackoverflow.com/questions/4247068/sed-command-with-i-option-failing-on-mac-but-works-on-linux

This PR fix Makefile on Linux

adam-maj commented 2 months ago

Thanks! Fixed now with #8