BAD_2019_PojProg/postgres_cpp/Makefile

5 lines
136 B
Makefile
Raw Permalink Normal View History

2019-04-19 16:53:20 +02:00
postgres_connector: postgres_connector.cpp
g++ -o postgres_connector postgres_connector.cpp -lpqxx -lpq
clean:
-rm postgres_connector