diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-09-04 11:57:33 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-09-04 11:57:33 -0400 |
| commit | f5155242a383609c4830753be537f327a547b708 (patch) | |
| tree | b978a7074396684418d2898d77c04065c65e4521 | |
| parent | 4d027a94570f63a4a76d80d62bfd9a8d2bd2c290 (diff) | |
pke-at: rename main
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | src/main.cpp (renamed from src/pke-at.cpp) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ obj/%.o : src/%.cpp | prepare $(cxx-command) bin/pke-at: ## Builds the pke-at executable -bin/pke-at: obj/pke-at.o +bin/pke-at: obj/main.o $(CXX) -v -std=c++23 $(BUILD_MODE_FLAGS) $(INCS) $^ $(LDFLAGS) $(CXXFLAGS) -o $@ .PHONY: clean diff --git a/src/pke-at.cpp b/src/main.cpp index 2e26370..2e26370 100644 --- a/src/pke-at.cpp +++ b/src/main.cpp |
