Skip to content

Commit

Permalink
Cleaned up Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k3 committed Mar 24, 2017
1 parent c87c247 commit de6cbdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CFLAGS := -g -Wall -Wextra -Wpedantic -Wno-main -O2\
-ffast-math -std=c99\
$(ARCH)

CFLAGS += $(INCLUDE) -DEXEC_$(EXEC_METHOD) -DARM9 -D_GNU_SOURCE
CFLAGS += $(INCLUDE) -DARM9 -D_GNU_SOURCE

CFLAGS += -DBUILD_NAME="\"$(TARGET) (`date +'%Y/%m/%d'`)\""

Expand All @@ -59,7 +59,7 @@ endif

CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions

ASFLAGS := -g $(ARCH) -DEXEC_$(EXEC_METHOD)
ASFLAGS := -g $(ARCH)
LDFLAGS = -T../link.ld -nostartfiles -g $(ARCH) -Wl,-Map,$(TARGET).map

LIBS :=
Expand Down

0 comments on commit de6cbdf

Please sign in to comment.