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: