6 lines
65 B
Makefile
6 lines
65 B
Makefile
string:String.cc
|
|
g++ -o $@ $^
|
|
|
|
.PHONY:clean
|
|
clean:
|
|
rm -f string
|