]> git.stg.codes - stg.git/blobdiff - projects/sgconf/Makefile
Implemented some service and corporation management functions.
[stg.git] / projects / sgconf / Makefile
index 8117bea60fe7fd2ae3f4e0ae3fbb125ad822ea72..fd012fc40f1033e325b90ea30f4a6abae3ec4ade 100644 (file)
@@ -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