makefile: fix distclean target to not print errors
This commit is contained in:
parent
362d155558
commit
c8076ac10d
1 changed files with 2 additions and 2 deletions
|
@ -64,10 +64,10 @@ chronyc : $(CLI_OBJS)
|
|||
$(CC) $(CFLAGS) -o chronyc $(CLI_OBJS) $(LDFLAGS) $(LIBS) $(EXTRA_CLI_LIBS)
|
||||
|
||||
distclean : clean
|
||||
-rm -f .DS_Store
|
||||
-rm -f Makefile config.h config.log
|
||||
$(MAKE) -C doc distclean
|
||||
$(MAKE) -C test/unit distclean
|
||||
-rm -f .DS_Store
|
||||
-rm -f Makefile config.h config.log
|
||||
|
||||
clean :
|
||||
-rm -f *.o *.s chronyc chronyd core *~
|
||||
|
|
Loading…
Reference in a new issue