X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/3c02fdd6e533852997bca69232b9633fff424ab0..feed7e6b905650306ae3166ecf91c144ecffa6e7:/projects/sgconf/Makefile diff --git a/projects/sgconf/Makefile b/projects/sgconf/Makefile index 8117bea6..52a70ae8 100644 --- a/projects/sgconf/Makefile +++ b/projects/sgconf/Makefile @@ -8,10 +8,13 @@ PROG = sgconf SRCS = ./main.cpp \ ./options.cpp \ + ./api_action.cpp \ ./actions.cpp \ ./admins.cpp \ ./tariffs.cpp \ ./users.cpp \ + ./services.cpp \ + ./corps.cpp \ ./xml.cpp STGLIBS = srvconf \ @@ -61,11 +64,7 @@ $(PROG): $(OBJS) $(CXX) $^ $(LDFLAGS) $(LIBS) -o $(PROG) clean: - rm -f deps $(PROG) *.o tags *.*~ .OS - rm -f .OS - rm -f .store - rm -f .db.sql - rm -f core* + rm -f deps $(PROG) *.o $(MAKE) -C $(DIR_LIBSRC) clean distclean: clean