fix recompiling
This commit is contained in:
2
Makefile
2
Makefile
@@ -4,7 +4,7 @@ BINARY = activate-linux
|
|||||||
CFLAGS = $(shell pkg-config --cflags --libs gtk+-3.0 gtk-layer-shell-0)
|
CFLAGS = $(shell pkg-config --cflags --libs gtk+-3.0 gtk-layer-shell-0)
|
||||||
|
|
||||||
activate-linux:
|
activate-linux:
|
||||||
mkdir bin
|
mkdir -p bin
|
||||||
$(CC) src/activate_linux.c -o bin/$(BINARY) $(CFLAGS)
|
$(CC) src/activate_linux.c -o bin/$(BINARY) $(CFLAGS)
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|||||||
Reference in New Issue
Block a user