.PHONY: FORCE OBJS += main.o OBJS += backend/List.o main: $(OBJS) memtest: main FORCE valgrind ./$< compile_commands.json: compiledb make -Bn