noice

small file browser
git clone git://git.2f30.org/noice
Log | Files | Refs | README | LICENSE

commit 2d46c45a431ede154d0908c0a92a2c74b579ec04
parent 70d292ed24489347cf1e45a8c2f92814b7ec0823
Author: lostd <lostd@2f30.org>
Date:   Thu, 23 Oct 2014 18:14:18 +0300

The queue header is not needed for now

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -13,7 +13,7 @@ all: $(BIN) $(BIN): $(OBJ) $(CC) $(CFLAGS) -o $@ $(OBJ) $(LDLIBS) -noice.o: queue.h util.h config.h +noice.o: util.h config.h strlcpy.o: util.h install: all