summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ffb085f..33bfb0a 100644
--- a/Makefile
+++ b/Makefile
@@ -146,7 +146,7 @@ _forktest: forktest.o $(ULIB)
$(OBJDUMP) -S _forktest > forktest.asm
mkfs: mkfs.c fs.h
- gcc -m32 -Werror -Wall -o mkfs mkfs.c
+ gcc -Werror -Wall -o mkfs mkfs.c
UPROGS=\
_cat\