X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=makefile;h=cc0b7fb0d93e44e356fc398ec31c215a117ce5ad;hb=2380b6fea047f5a8cafc64d11291798cd30e0515;hp=e8bffd2e0a5322d1afea87a4d572b3a33e097e53;hpb=40a3dd7b76b6b10ae05dbd074f1f80ea7b4aa96d;p=lugaru.git diff --git a/makefile b/makefile index e8bffd2..cc0b7fb 100644 --- a/makefile +++ b/makefile @@ -80,6 +80,7 @@ SRCS := \ logger/logger.cpp \ Driver.cc \ Md5.cc \ + SDLInput.cpp \ OBJS := $(SRCS:.cpp=.o)