3 lines
69 B
Makefile
3 lines
69 B
Makefile
|
$(lsproj): $(src)/lsproj.cc
|
||
|
$(call mkdir,$(dir $@))
|
||
|
$(CXX) $^ -o $@
|