Skip to content

Commit

Permalink
Make it possible to remove entire directory trees on the filesystem.
Browse files Browse the repository at this point in the history
  • Loading branch information
mywave82 committed Sep 14, 2024
1 parent 1f2c6b7 commit 01b06e2
Show file tree
Hide file tree
Showing 3 changed files with 737 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stuff/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ compat-test$(EXE_SUFFIX): compat-test.c \
file.o: file.c \
../config.h \
../types.h \
file.h
../boot/psetting.h \
../stuff/file.h
$(CC) $< -o $@ -c

piperun-unix.o: piperun-unix.c \
Expand Down
Loading

0 comments on commit 01b06e2

Please sign in to comment.