X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/3c02fdd6e533852997bca69232b9633fff424ab0..186fb2b18b89a0280b8cc4b5ea8f7a59d3bd0853:/projects/sgconf/Makefile?ds=sidebyside diff --git a/projects/sgconf/Makefile b/projects/sgconf/Makefile index 8117bea6..fd012fc4 100644 --- a/projects/sgconf/Makefile +++ b/projects/sgconf/Makefile @@ -12,6 +12,8 @@ SRCS = ./main.cpp \ ./admins.cpp \ ./tariffs.cpp \ ./users.cpp \ + ./services.cpp \ + ./corps.cpp \ ./xml.cpp STGLIBS = srvconf \ @@ -61,11 +63,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