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 dc121bb commit 4708b33
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 -pedantic -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 = -nostartfiles -g $(ARCH) --specs=../stub.specs -Wl,-Map,$(TARGET).map

LIBS :=
Expand Down

0 comments on commit 4708b33

Please sign in to comment.