Fix makefile tabs in prior commit
This commit is contained in:
parent
1e12168ed6
commit
78ee29e334
10
makefaup1090
10
makefaup1090
|
|
@ -24,11 +24,11 @@ LIBS=-lpthread -lm
|
||||||
CC=gcc
|
CC=gcc
|
||||||
|
|
||||||
info:
|
info:
|
||||||
@echo "'make all' compile faup1090"
|
@echo "'make all' compile faup1090"
|
||||||
@echo "'make install-faup1090' install faup1090"
|
@echo "'make install-faup1090' install faup1090"
|
||||||
@echo "'make install-dump1090' install dump1090"
|
@echo "'make install-dump1090' install dump1090"
|
||||||
@echo "'make install-autostart' make dump1090 autostart upon boot"
|
@echo "'make install-autostart' make dump1090 autostart upon boot"
|
||||||
@echo "'make full-install' all of the above"
|
@echo "'make full-install' all of the above"
|
||||||
|
|
||||||
all: faup1090
|
all: faup1090
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue