diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 13:54:18 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 13:54:18 +0100 |
| commit | 3a20c57f30e910576a5a274676be2a804ab200d7 (patch) | |
| tree | 02d73e3f64edc524048e65955e76795909290b84 /Makefile | |
| parent | 93876c04b810b26a00b6c09e695e19242045ca62 (diff) | |
renderer
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ SOURCES = \ $(SRC_DIR)/vec.c \ $(SRC_DIR)/events.c \ $(SRC_DIR)/window.c \ + $(SRC_DIR)/renderer.cc \ $(HASHMAP_SOURCE) OBJECTS := $(SOURCES:.cc=.o) |
