5 lines
65 B
Makefile
5 lines
65 B
Makefile
all:
|
|
g++ -std=c++11 \
|
|
main.cpp getopt.c \
|
|
-o imagethreads
|
all:
|
|
g++ -std=c++11 \
|
|
main.cpp getopt.c \
|
|
-o imagethreads
|