nkanaev / yarr

yet another rss reader
MIT License
3.03k stars 224 forks source link

Fix Makefile build targets #107

Closed pierreprinetti closed 2 years ago

pierreprinetti commented 2 years ago

Before this patch, the Make build targets referred to a single Go file to be built: src/main.gp. However after multiple files were added to the ./src/ package, the make command failed.

This patch changes the Make targets so that they build the whole main package at /src, rather than one single main.go file.

nkanaev commented 2 years ago

dockerfile.arm would also be affected. reverted the code to a single file now (+ test you've provided).