1
1
leetcode/makefile
2023-05-11 22:33:32 +03:00

6 lines
81 B
Makefile

CXX = g++
#ls -d * | entr sh -c "make main && ./main"
%: %.cpp
$(CXX) -o $@ $<