X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=makefile;h=5211ee3f054b3eb3cfd94fc5cc0a483e01eec663;hb=HEAD;hp=5f2d1b615e7c5735b7282edbc2d329257affb197;hpb=8ba4c4438d796f83851cd53914dff928193ed658;p=thunder diff --git a/makefile b/makefile index 5f2d1b6..5211ee3 100644 --- a/makefile +++ b/makefile @@ -58,6 +58,7 @@ INCS = -I. -Isrc OBJS = \ obj/dis63701.o \ obj/dis6809.o \ + obj/fileio.o \ obj/gui.o \ obj/icon-64x64.o \ obj/log.o \ @@ -81,7 +82,7 @@ all: checkenv message obj $(TARGET)$(EXESUFFIX) checkenv: @echo @echo -en "\033[01;33m***\033[00;32m Checking compilation environment... \033[00m" -ifeq "" "$(shell which sdl-config)" +ifeq "" "$(shell which sdl2-config)" @echo @echo @echo -e "\033[01;33mIt seems that you don't have the SDL development libraries installed.