Merge pull request #23 from hholzgra/hartmut-DEL

Hartmut del
This commit is contained in:
Vilho Raatikka
2014-08-18 09:20:03 +03:00
11 changed files with 28 additions and 20 deletions

View File

@ -108,14 +108,14 @@ maxpasswd: $(POBJS)
echo '#define MAXSCALE_VERSION "'`cat ../../VERSION`'"' > ../include/version.h
clean:
rm -f $(OBJ) maxscale
- rm *.so
$(DEL) $(OBJ) maxscale
$(DEL) *.so
tags:
ctags $(SRCS) $(HDRS)
depend: ../include/version.h
@rm -f depend.mk
@$(DEL) depend.mk
cc -M $(CFLAGS) $(SRCS) > depend.mk
install: maxscale maxkeys maxpasswd