swindlesmccoop / aureate

An AUR helper written in C
https://youtu.be/lamPvoJxTsM
17 stars 4 forks source link

make running `make install` first not break #6

Closed unix-supremacist closed 1 year ago

unix-supremacist commented 1 year ago

if you run make install before make it tries to install a non existent binary file, this forces it to compile the binary file first

this happens with both gmake and bmake.