Ticket #12091: makefile

File makefile, 145 bytes (added by Timo Weingärtner <timo@…>, 7 years ago)
Line 
1CXXFLAGS += -std=c++11
2LDLIBS = -lstdc++ -lboost_program_options
3
4all: potest potest.1
5
6%.1: % %.help2man
7 help2man -i $<.help2man -o $@ -N ./$<