Hot reloading + state saving
This commit is contained in:
6
Makefile
6
Makefile
@@ -3,13 +3,13 @@ CC=gcc
|
||||
CCARGS=-Isrc/include -Wall -pedantic
|
||||
|
||||
MODULES= \
|
||||
modules/clock.dim \
|
||||
modules/battery.dim\
|
||||
modules/clock.dim \
|
||||
modules/battery.dim
|
||||
|
||||
|
||||
all: $(BIN) $(MODULES) compile_commands.json
|
||||
|
||||
$(BIN): src/main.c src/plug.c
|
||||
$(BIN): src/main.c src/plug.c src/socket.c src/util.c
|
||||
$(CC) -o $@ $^ $(CCARGS) -lX11 -ldl
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user