Skip to content

Commit

Permalink
Do not install snis_update_assets.sh via "make install"
Browse files Browse the repository at this point in the history
Because "make install-assets" already does that job

Signed-off-by: Stephen M. Cameron <stephenmcameron@gmail.com>
  • Loading branch information
smcameron committed Oct 13, 2023
1 parent 1134816 commit 2d206d7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,7 @@ MULTIVERSELIBS=-Lssgl -lssglclient ${LRTLIB} -ldl -lm ${CRYPTLIBS}


BINPROGS=bin/ssgl_server bin/snis_server bin/snis_client bin/snis_text_to_speech.sh \
bin/snis_multiverse bin/lsssgl bin/snis_arduino bin/snis_launcher \
bin/snis_update_assets.sh
bin/snis_multiverse bin/lsssgl bin/snis_arduino bin/snis_launcher
UTILPROGS=util/mask_clouds util/cloud-mask-normalmap bin/mesh_viewer util/sample_image_colors \
util/generate_solarsystem_positions bin/nebula_noise bin/generate_skybox bin/earthlike

Expand Down Expand Up @@ -851,10 +850,6 @@ $(OD)/snis_ship_type.o: snis_ship_type.c snis_ship_type.h corporations.h Makef
bin/snis_launcher: snis_launcher
./modify_snis_launcher.sh snis_launcher ${PREFIX} > bin/snis_launcher

bin/snis_update_assets.sh: util/snis_update_assets.sh
cp util/snis_update_assets.sh bin/snis_update_assets.sh
chmod +x bin/snis_update_assets.sh

bin/test_snis_ship_type: snis_ship_type.c snis_ship_type.h ${OD}/string-utils.o ${OD}/corporations.o ${OD}/rts_unit_data.o ${BIN}
$(CC) ${MYCFLAGS} -DTEST_SNIS_SHIP_TYPE -o bin/test_snis_ship_type snis_ship_type.c ${OD}/string-utils.o ${OD}/corporations.o ${OD}/rts_unit_data.o

Expand Down

0 comments on commit 2d206d7

Please sign in to comment.