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

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