diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-09-18 12:18:00 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-09-18 12:18:00 -0400 |
| commit | a8e6384c89a204518a210e3e38d6af089fe57f84 (patch) | |
| tree | 3217451bdb07eb03e895aea5dd40a71384e27297 /Makefile | |
| parent | f5328ba8b42dacd3e47223481dc4f1ea58d9bbd3 (diff) | |
pke-at: first-pass metronome
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ obj/%.o : src/%.cpp | prepare bin/pke-at: ## Builds the pke-at executable bin/pke-at: obj/main.o bin/pke-at: obj/pke-at-settings.o +bin/pke-at: obj/pke-at-common.o bin/pke-at: obj/pke-at.o bin/pke-at: obj/level-main.o $(CXX) -v -std=c++23 $(BUILD_MODE_FLAGS) $(INCS) $^ $(LDFLAGS) $(CXXFLAGS) -o $@ |
