]> Shamusworld >> Repos - thunder/blobdiff - makefile
Code cleanup, final fix for sprite lag problem.
[thunder] / makefile
index a3820002c2ea730d8056fe7c06b3d9ec390860d8..5f2d1b615e7c5735b7282edbc2d329257affb197 100644 (file)
--- a/makefile
+++ b/makefile
@@ -6,7 +6,7 @@
 # This software is licensed under the GPL v3 or later
 #
 
-ifeq "$(OSTYPE)" "msys"                                                        # Win32
+ifeq "$(OSTYPE)" "msys"        # Win32
 
 SYSTYPE    = __GCCWIN32__
 EXESUFFIX  = .exe
@@ -61,6 +61,7 @@ OBJS = \
        obj/gui.o        \
        obj/icon-64x64.o \
        obj/log.o        \
+       obj/psg.o        \
        obj/resource.o   \
        obj/screen.o     \
        obj/sound.o      \