Fix broken tabs
This commit is contained in:
parent
62d28828d6
commit
f9496d4e44
@ -27,9 +27,11 @@ all: ncurses lxdialog
|
|||||||
lxdialog: $(OBJS)
|
lxdialog: $(OBJS)
|
||||||
$(HOSTCC) -o lxdialog $(OBJS) $(LIBS)
|
$(HOSTCC) -o lxdialog $(OBJS) $(LIBS)
|
||||||
|
|
||||||
|
.PHONY: ncurses
|
||||||
|
|
||||||
ncurses:
|
ncurses:
|
||||||
@echo "main() {}" > lxtemp.c
|
@echo "main() {}" > lxtemp.c
|
||||||
@if $(HOSTCC) -lncurses lxtemp.c ; then \
|
@if $(HOSTCC) lxtemp.c $(LIBS) ; then \
|
||||||
rm -f lxtemp.c a.out; \
|
rm -f lxtemp.c a.out; \
|
||||||
else \
|
else \
|
||||||
rm -f lxtemp.c; \
|
rm -f lxtemp.c; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user