diff options
author | lostd <lostd@2f30.org> | 2014-10-23 18:14:18 +0300 |
---|---|---|
committer | lostd <lostd@2f30.org> | 2014-10-23 18:14:18 +0300 |
commit | 2d46c45a431ede154d0908c0a92a2c74b579ec04 (patch) | |
tree | 5d78d1430058107e956c9cfbb877a57cbed1730d /Makefile | |
parent | 70d292ed24489347cf1e45a8c2f92814b7ec0823 (diff) | |
download | nnn-2d46c45a431ede154d0908c0a92a2c74b579ec04.tar.gz |
The queue header is not needed for now
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |