X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=Makefile;h=fbb726ee5c692ca4c2e0bc9a7b553eccc90c9a8e;hb=24a3c8d1bfca6a746137ff6e6d5658109079e09c;hp=e78cc2beb3f5c44104a900b1dc8d48c07061e143;hpb=dbdf58ad036240e72f7e00bb0561d7fdac5cee31;p=neverball diff --git a/Makefile b/Makefile index e78cc2b..fbb726e 100644 --- a/Makefile +++ b/Makefile @@ -27,9 +27,9 @@ CPPFLAGS := -DVERSION=\"$(VERSION)\" -Ishare $(CPPFLAGS) SDL_LIBS= $(shell sdl-config --libs) PNG_LIBS= $(shell libpng-config --libs) -MAPC_TARG= mapc -BALL_TARG= neverball -PUTT_TARG= neverputt +MAPC_TARG= mapc$(EXT) +BALL_TARG= neverball$(EXT) +PUTT_TARG= neverputt$(EXT) MAPC_EXEC= ./$(MAPC_TARG)