]> git.stg.codes - stg.git/blobdiff - projects/sgconf/Makefile
Added TODO to sgconf.
[stg.git] / projects / sgconf / Makefile
index 8117bea60fe7fd2ae3f4e0ae3fbb125ad822ea72..803035df22dcb39f7f60d738b4eb03c625df08c2 100644 (file)
@@ -8,10 +8,14 @@ PROG = sgconf
 
 SRCS = ./main.cpp \
        ./options.cpp \
+       ./api_action.cpp \
        ./actions.cpp \
        ./admins.cpp \
        ./tariffs.cpp \
        ./users.cpp \
+       ./services.cpp \
+       ./corps.cpp \
+       ./info.cpp \
        ./xml.cpp
 
 STGLIBS = srvconf \
@@ -61,11 +65,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