aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2025-12-15 15:29:47 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2025-12-15 15:31:10 +0100
commit3eb9bc5d8cd9243bc7cb7d160a023664dafbb342 (patch)
tree09d247541b767a3f4b7a37fec0bb79ccfc6ef46e /Makefile
parente78f18f7078c78c2a6195c4c6478c55d4e43284f (diff)
downloadjetpac.nes-3eb9bc5d8cd9243bc7cb7d160a023664dafbb342.tar.gz
jetpac.nes-3eb9bc5d8cd9243bc7cb7d160a023664dafbb342.zip
Remove the .nasm/ directory on 'clean'
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9d6abf6..94ea55b 100644
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,7 @@ clean:
@rm -rf out
@find . -type f -name "*.o" -delete
@find . -type f -name "*.nes" -delete
+ @rm -rf .nasm/
@mkdir -p out/
.PHONY: deps