diff --git a/Makefile b/Makefile index 33d1dfc..10c499e 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ example: hbas example.S xxd example clean: - rm example hbas + rm -f example hbas all: hbas \ No newline at end of file