Build system: Fix -m32 builds

This commit is contained in:
Arvid Norlander 2022-09-29 20:02:38 +02:00
parent 0acf7bc354
commit 5031969eb4
No known key found for this signature in database
GPG Key ID: E824A8E5D8D29AA0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ $(CRCC): makecrc
./makecrc
makecrc: makecrc.o
cc -O -o makecrc makecrc.o
cc $(CFLAGS) -O -o makecrc makecrc.o
arc.o: arc.c
ccitt.o: ccitt.c