cicpoffs/Makefile

9 lines
206 B
Makefile
Raw Normal View History

2020-05-19 02:13:51 +00:00
CXX := g++
CXX_FLAGS :=
cicpoffs:
${CXX} --std=c++17 cicpps.cpp fuse_launcher_gpl2.cpp -o cicpoffs -O2 -Wall $(shell pkg-config fuse --cflags --libs) -lulockmgr -fPIC ${CXX_FLAGS}
clean:
rm -f cicpoffs