diff options
| author | Björn Gustavsson <bjorn@erlang.org> | 2023-04-19 14:40:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-19 14:40:57 +0200 |
| commit | b177e6d0f2463b7f4cd2ede2dfd8db5d5d31e4bf (patch) | |
| tree | 60d66fd4d71f436d2730ee2383f2f00b2ae10927 /lib/compiler/src | |
| parent | 0f6032a1ccf54d47e665ff14acce9a22fafe64a1 (diff) | |
| parent | ffd1bdbabd10edbe017bc1251dde7a4b7635b79c (diff) | |
| download | erlang-b177e6d0f2463b7f4cd2ede2dfd8db5d5d31e4bf.tar.gz | |
Merge pull request #7135 from bjorng/bjorn/compiler/fix-make-clean/GH-7134
Fix broken `make clean && make`
Diffstat (limited to 'lib/compiler/src')
| -rw-r--r-- | lib/compiler/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/src/Makefile b/lib/compiler/src/Makefile index 82b0a12a7d..e0625337b5 100644 --- a/lib/compiler/src/Makefile +++ b/lib/compiler/src/Makefile @@ -157,7 +157,7 @@ docs: clean: rm -f $(TARGET_FILES) - rm -f $(EGEN)/beam_opcodes.erl $(EGEN)/beam_opcodes.hrl + rm -f $(EGEN)/beam_opcodes.erl $(EGEN)/beam_opcodes.hrl $(EGEN)/OPCODES-GENERATED rm -f $(EGEN)/core_parse.erl rm -f core |
