From 51bdf9b16594c4ad0c5e793583cfa0c12c61583c Mon Sep 17 00:00:00 2001 From: Nick Shipp Date: Sun, 29 Jan 2017 01:55:03 -0500 Subject: Depend on dhcpcd starting wpa_supplicant --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4d4ee77..fbe3a30 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CC = musl-gcc OBJ = sinit.o BIN = sinit -CFLAGS = $(shell pkg-config --cflags libevdev) -Os +CFLAGS = -Os all: $(BIN) poweroff reboot -- cgit v1.2.3-54-g00ecf