3 lines
67 B
Makefile
3 lines
67 B
Makefile
|
default:
|
||
|
g++ -lrpm -I/usr/include/rpm -lrpmio -o listrpm main.cpp
|