summaryrefslogtreecommitdiff
path: root/lib/compiler/src
diff options
context:
space:
mode:
authorBjörn Gustavsson <bjorn@erlang.org>2023-04-19 14:40:57 +0200
committerGitHub <noreply@github.com>2023-04-19 14:40:57 +0200
commitb177e6d0f2463b7f4cd2ede2dfd8db5d5d31e4bf (patch)
tree60d66fd4d71f436d2730ee2383f2f00b2ae10927 /lib/compiler/src
parent0f6032a1ccf54d47e665ff14acce9a22fafe64a1 (diff)
parentffd1bdbabd10edbe017bc1251dde7a4b7635b79c (diff)
downloaderlang-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/Makefile2
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