devkitPro / citro3d

Homebrew PICA200 GPU wrapper library for Nintendo 3DS
zlib License
244 stars 34 forks source link

Makefile $TARGET should be citro3d #24

Closed mtheall closed 8 years ago

mtheall commented 8 years ago
TARGET := $(notdir $(CURDIR))

This is annoying if you directory is not named citro3d.

fincs commented 8 years ago

@mtheall @tommai78101 Feel free to incude this in a PR.

tommai78101 commented 8 years ago

Done. Fixed in #26.