diff options
Diffstat (limited to 'hello')
-rw-r--r-- | hello/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hello/makefile b/hello/makefile index c770a19..c978ff7 100644 --- a/hello/makefile +++ b/hello/makefile @@ -63,7 +63,7 @@ $(out_base)/: $(driver) # Dist # -name := $(notdir $(src_base)) +name := $(subst /,-,$(subst $(src_root)/,,$(src_base))) $(dist): db_id := @database@ $(dist): sources := $(cxx_tun) |