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/et/examples | |
| parent | 0e8e4d03ea21082bf7fb64fc08711f951cabb165 (diff) | |
| download | erlang-dda051ea1d6f24ae47da4f5fdcd581c4c505b262.tar.gz | |
otp: Fix `make TYPE=$TYPE` to work for all types
Diffstat (limited to 'lib/et/examples')
| -rw-r--r-- | lib/et/examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/et/examples/Makefile b/lib/et/examples/Makefile index fe6811e45d..569aef17fb 100644 --- a/lib/et/examples/Makefile +++ b/lib/et/examples/Makefile @@ -61,7 +61,7 @@ EBIN = . # ---------------------------------------------------- # Make Rules # ---------------------------------------------------- -debug opt: $(TARGET_FILES) +$(TYPES): $(TARGET_FILES) clean: rm -f $(TARGET_FILES) *~ |
