3 lines
75 B
Makefile
3 lines
75 B
Makefile
|
pam_firstcomefirstserve.so: main.cpp
|
||
|
g++ -shared -fPIC -o $@ $^ -lsqlite3
|