5 lines
82 B
Makefile
5 lines
82 B
Makefile
unionfindset:UnionFindSet.cc
|
|
g++ -o $@ $^
|
|
.PHONY:clean
|
|
clean:
|
|
rm -f unionfindset
|