diff options
| author | Quentin Rameau <[email protected]> | 2015-12-07 15:50:00 +0100 |
|---|---|---|
| committer | Quentin Rameau <[email protected]> | 2018-10-08 11:38:03 +0200 |
| commit | 7ea0c2f7f8c5cc4616d8dc0676f7b4b59351667b (patch) | |
| tree | 5c049287ce80a9325278b5b82de7eccb15f484d2 /Makefile | |
| parent | ext: first commit for surf lib (diff) | |
| download | surf-7ea0c2f7f8c5cc4616d8dc0676f7b4b59351667b.tar.gz surf-7ea0c2f7f8c5cc4616d8dc0676f7b4b59351667b.tar.bz2 surf-7ea0c2f7f8c5cc4616d8dc0676f7b4b59351667b.zip | |
Communicate with webextension via a pipe
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
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 |