Skip to content

Change spaces in standalone recipe to a tab

Yesmar requested to merge yesmar/radamsa:retab-Makefile into develop

The standalone target in Makefile has a comment preceded by spaces. All lines within recipe sections should begin with tabs. You can see gvim highlighting the offending line in red:

screen_shot

The fix is to change those spaces to a tab.

Merge request reports