From 6781cee55a4e7f232eae3e5f2a652045412339ae Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sat, 26 Oct 2024 17:26:36 +0200 Subject: use cmake instead of make --- makefile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 makefile (limited to 'makefile') diff --git a/makefile b/makefile deleted file mode 100644 index f6797c7..0000000 --- a/makefile +++ /dev/null @@ -1,19 +0,0 @@ -.PHONY: FORCE - -CXXFLAGS += -std=c++20 -LDFLAGS += -lstdc++ - -OBJS += main.o -OBJS += backend/EnemyFactory.o -OBJS += backend/LocationFactory.o -OBJS += backend/ObjectFactory.o -OBJS += backend/Object.o - -main: $(OBJS) - -memtest: main FORCE - valgrind ./$< - -compile_commands.json: - compiledb make -Bn - -- cgit v1.2.3