mirror of
https://github.com/dellagd/Apple-ImageWriterII.git
synced 2024-11-22 12:34:18 +00:00
4 lines
112 B
Makefile
4 lines
112 B
Makefile
all:
|
|
g++ printtxt.cpp -o printtxt
|
|
g++ printimg.cpp dither.cpp -o printimg `pkg-config --cflags --libs opencv`
|