Merge pull request #16 from gabrielivascu/master

Makefile: i386, i686 -> x86
master
Ariadne Conill 2020-03-27 03:09:32 -06:00 committed by GitHub
commit 5f137a1fe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
ARCH := $(shell uname -m)
ifeq ($(ARCH),$(filter $(ARCH),i386 i686))
override ARCH = x86
endif
CFLAGS = -ggdb3 -O2 -Wall -Iarch/${ARCH}