summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2015-12-07 15:50:00 +0100
committerQuentin Rameau <quinq@fifth.space>2018-10-08 11:38:03 +0200
commit7ea0c2f7f8c5cc4616d8dc0676f7b4b59351667b (patch)
tree5c049287ce80a9325278b5b82de7eccb15f484d2 /Makefile
parent1bd6d201020f67160872c28534edff532b5198b9 (diff)
downloadsurf-7ea0c2f7f8c5cc4616d8dc0676f7b4b59351667b.tar.gz
surf-7ea0c2f7f8c5cc4616d8dc0676f7b4b59351667b.tar.bz2
surf-7ea0c2f7f8c5cc4616d8dc0676f7b4b59351667b.zip
Communicate with webextension via a pipe
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e1e7e1f..9aace4f 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ options:
@$(LIBTOOL) --mode compile --tag CC $(CC) $(LIBCFLAGS) -c $<
$(OBJ): config.h config.mk
-$(LIBOBJ): config.mk
+$(LIBOBJ): config.h config.mk
config.h:
@echo creating $@ from config.def.h