Clean all subdirectories of c/
This commit is contained in:
parent
fd0dd4ae45
commit
5ac53a7805
|
@ -429,10 +429,10 @@ configure: configure.in
|
||||||
autoheader && autoconf
|
autoheader && autoconf
|
||||||
|
|
||||||
clean: clean-cig clean-scsh
|
clean: clean-cig clean-scsh
|
||||||
-rm -f $(VM) *.o c/unix/*.o c/*.o c/fake/*.o \
|
-rm -f $(VM) *.o c/*/*.o c/*.o \
|
||||||
$(IMAGE) \
|
$(IMAGE) \
|
||||||
build/*.tmp $(MANPAGE) build/linker.image \
|
build/*.tmp $(MANPAGE) build/linker.image \
|
||||||
scheme/debug/*.image scheme/debug/*.debug \
|
scheme/debug/*.image scheme/debug/*.debug \
|
||||||
scheme/vm/scheme48vm.c scheme/vm/scheme48heap.c \
|
scheme/vm/scheme48vm.c scheme/vm/scheme48heap.c \
|
||||||
go $(distname)
|
go $(distname)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue