]> Shamusworld >> Repos - thunder/blobdiff - makefile
Replaced old v6809 core with new updated one. :-)
[thunder] / makefile
index d0f50c77a5ca82642866676960ae870d82af7cb5..e9dc6f10a72a1cd1b19c9f074ed3c2b790c2efc3 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -56,10 +56,13 @@ LIBS = -L/usr/local/lib `sdl-config $(SDLLIBTYPE)` -lstdc++ -lz $(GLLIB) -lcurse
 INCS = -I. -Isrc -I/usr/local/include
 
 OBJS = \
+       obj/dis6808.o  \
+       obj/dis6809.o  \
        obj/gui.o      \
        obj/log.o      \
        obj/resource.o \
        obj/screen.o   \
+       obj/v6808.o    \
        obj/v6809.o    \
        obj/thunder.o  \
        $(ICON)