file.c: moved everything into path.c
This commit is contained in:
parent
c1963d1397
commit
f65dcaaf18
6 changed files with 13 additions and 19 deletions
1
Makefile
1
Makefile
|
|
@ -44,7 +44,6 @@ obj += src/path.o
|
|||
obj += src/strbuf.o
|
||||
obj += src/xalloc.o
|
||||
obj += src/die.o
|
||||
obj += src/file.o
|
||||
|
||||
obj += src/inotify.o
|
||||
obj += src/event.o
|
||||
|
|
|
|||
Reference in a new issue