We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd76ed commit 95c95a1Copy full SHA for 95c95a1
scripts/create-minimal-makefile.sh
@@ -82,7 +82,13 @@ LIBATARI800_OBJS = \
82
src/libatari800/main.o \
83
src/libatari800/init.o \
84
src/libatari800/input.o \
85
- src/libatari800/statesav.o
+ src/libatari800/statesav.o \
86
+ src/devices.o \
87
+ src/img_tape.o \
88
+ src/remez.o \
89
+ src/libatari800/platform.o \
90
+ src/libatari800/video.o \
91
+ src/libatari800/sound.o
92
93
all: src/libatari800.a
94
@@ -211,4 +217,5 @@ echo "You can now run 'make' to build libatari800.a"
211
217
212
218
# Create a marker file to indicate minimal build was used
213
219
echo "MINIMAL_BUILD_USED=$(date)" > .minimal-build-marker
214
-echo "Minimal build marker created for debugging"
220
+echo "Minimal build marker created for debugging"
221
+
0 commit comments