Makefile: i386, i686 -> x86 #16

Merged
gabrielivascu merged 1 commits from master into master 2020-03-27 09:09:32 +00:00
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}