X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=17d04b8ce3fa1a158d57ac720d60ce12d3b84b22;hb=9c9cda8c3;hp=72896e058484ae374f0da544de6b6e88c93ca8a8;hpb=5609d343e3b34d9fed210a1c26c2441d3f797036;p=picodrive.git diff --git a/Makefile b/Makefile index 72896e0..17d04b8 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,6 @@ TARGET ?= PicoDrive CFLAGS += -Wall -ggdb -falign-functions=2 CFLAGS += -I. -# FIXME -CFLAGS += -Iplatform/linux/ ifndef DEBUG CFLAGS += -O2 -DNDEBUG endif