diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 07:41:11 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 07:41:11 +0100 |
| commit | 5b5eb5a16969afc4862fac387940818efc26780a (patch) | |
| tree | b33d699e7c0d780d88b015f3f605cebc46258210 /Makefile | |
| parent | 0a158275020e94d9395fadaec1db34a1031fe87c (diff) | |
how are we going to do this
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -34,7 +34,8 @@ XDG_SHELL_PROT = $(WORK_DIR)/xdg-shell.xml WAYCLOCK = $(WORK_DIR)/wayclock SOURCES = \ $(SRC_DIR)/wayclock.cc \ - $(SRC_DIR)/xdg-shell.c + $(SRC_DIR)/xdg-shell.c \ + $(SRC_DIR)/wlstate.c OBJECTS := $(SOURCES:.cc=.o) OBJECTS := $(OBJECTS:.c=.o) |
