File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99include $(DEVKITARM ) /3ds_rules
1010
1111export CITRO3D_MAJOR := 1
12- export CITRO3D_MINOR := 3
13- export CITRO3D_PATCH := 1
12+ export CITRO3D_MINOR := 4
13+ export CITRO3D_PATCH := 0
1414
1515VERSION := $(CITRO3D_MAJOR ) .$(CITRO3D_MINOR ) .$(CITRO3D_PATCH )
1616
@@ -100,8 +100,8 @@ dist-src:
100100dist : dist-src dist-bin
101101
102102install : dist-bin
103- mkdir -p $(DEVKITPRO ) /libctru
104- bzip2 -cd citro3d-$(VERSION ) .tar.bz2 | tar -xf - -C $(DEVKITPRO ) /libctru
103+ mkdir -p $(DESTDIR )$( DEVKITPRO ) /libctru
104+ bzip2 -cd citro3d-$(VERSION ) .tar.bz2 | tar -xf - -C $(DESTDIR )$( DEVKITPRO ) /libctru
105105
106106lib :
107107 @[ -d $@ ] || mkdir -p $@
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ OFILES := $(addprefix build/,$(CXXFILES:.cpp=.o)) \
77DFILES := $(wildcard build/* .d)
88
99CFLAGS := -Wall -g -pipe -I../../include --coverage
10- CXXFLAGS := $(CFLAGS ) -std=gnu++11 -DGLM_FORCE_RADIANS
10+ CXXFLAGS := $(CFLAGS ) $( CPPFLAGS ) -std=gnu++11 -DGLM_FORCE_RADIANS
1111LDFLAGS := $(ARCH ) -pipe -lm --coverage
1212
1313.PHONY : all clean lcov
You can’t perform that action at this time.
0 commit comments