Move source files in src/

This commit is contained in:
Jerome Charaoui 2019-01-24 21:36:15 -05:00
parent 4719a73e81
commit 64a01e1144
8 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ prefix ?= /usr/local
all: httpdirfs
%.o: %.c
%.o: src/%.c
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -c -o $@ $<
httpdirfs: $(COBJS)

View File

View File

View File