Add package installation.

This commit is contained in:
Jonathan Naylor 2018-05-15 21:19:47 +01:00
parent bb602947f4
commit 2af8d017fd
12 changed files with 82 additions and 5 deletions

View file

@ -9,6 +9,9 @@ ircddbgatewayconfig: $(OBJECTS)
%.o: %.cpp
$(CXX) $(CFLAGS) -I../Common -I../GUICommon -c -o $@ $<
install:
install -g bin -o root -m 0775 ircddbgatewayconfig $(BINDIR)
clean:
$(RM) ircddbgatewayconfig *.o *.d *.bak *~