diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -21,7 +21,7 @@ export DESTDIR SBINDIR LIBDIR CONFDIR MANDIR DOCDIR ## # Top-level rules and targets -targets := src/ +targets := libfetch/ src/ ## # Include all rules and stuff @@ -41,3 +41,5 @@ check test: FORCE static: $(Q)$(MAKE) STATIC=y + +src/: libfetch/ |