From 0c7e8c9b8b25eaa9ea50d37f203b56a7fdd9a652 Mon Sep 17 00:00:00 2001 From: Juni Kim Date: Mon, 15 Jan 2024 22:03:01 -0500 Subject: [PATCH] makefile adjustment --- templates/std_template/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/std_template/Makefile b/templates/std_template/Makefile index 70146bb..0ff2a45 100644 --- a/templates/std_template/Makefile +++ b/templates/std_template/Makefile @@ -4,8 +4,8 @@ FFLAGS=-std=c++11 -O2 -Wall -Wextra # for fast flags PROG=PROB_NAME header: - $(CXX) $(CXXFLAGS) bits/stdc++.h - $(CXX) $(CXXFLAGS) ext/pb_ds/assoc_container.hpp + $(CXX) $(CXXFLAGS) -c bits/stdc++.h + $(CXX) $(CXXFLAGS) -c ext/pb_ds/assoc_container.hpp .PHONY: header noheader: