diff options
| author | Lukas Larsson <lukas@erlang.org> | 2022-01-04 17:44:08 +0100 |
|---|---|---|
| committer | Lukas Larsson <lukas@erlang.org> | 2022-01-21 10:30:25 +0100 |
| commit | dda051ea1d6f24ae47da4f5fdcd581c4c505b262 (patch) | |
| tree | 0fb13319f4d24bdd54b3935ee9484af3cf8919fb /lib/kernel/examples | |
| parent | 0e8e4d03ea21082bf7fb64fc08711f951cabb165 (diff) | |
| download | erlang-dda051ea1d6f24ae47da4f5fdcd581c4c505b262.tar.gz | |
otp: Fix `make TYPE=$TYPE` to work for all types
Diffstat (limited to 'lib/kernel/examples')
| -rw-r--r-- | lib/kernel/examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/examples/Makefile b/lib/kernel/examples/Makefile index 21f3f26cf7..2356bbf602 100644 --- a/lib/kernel/examples/Makefile +++ b/lib/kernel/examples/Makefile @@ -29,7 +29,7 @@ include ../vsn.mk # Targets # ---------------------------------------------------- -debug opt: +$(TYPES): clean: |
