Changeset 499da16 in buchla-68k for Makefile


Ignore:
Timestamp:
07/17/2017 04:06:45 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
6dbed52
Parents:
87361de
Message:

Fix permissions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r87361de r499da16  
    169169bios.img:               bios.elf
    170170                                $(CROSS_OBJC) --output-target binary bios.elf bios.img
     171                                chmod a-x bios.img
    171172
    172173bios.elf:               $(ROM_OBJ) \
     
    175176                                -o bios.elf $(ROM_OBJ) \
    176177                                prolog.a libcio.a vlib.a iolib.a libsm.a lib700.a -lgcc
     178                                chmod a-x bios.elf
    177179
    178180RAM_C :=                addfpu.c adfield.c adselbx.c asgdsp.c asgvce.c barbadj.c chgsef.c \
     
    216218midas.img:              midas.elf
    217219                                $(CROSS_OBJC) --output-target binary midas.elf midas.img
     220                                chmod a-x midas.img
    218221
    219222midas.elf:              $(LOWRAM_OBJ) prolog.a $(RAM_OBJ) \
     
    222225                                -o midas.elf $(LOWRAM_OBJ) prolog.a $(RAM_OBJ) \
    223226                                libcio.a vlib.a iolib.a libsm.a lib700.a -lgcc
     227                                chmod a-x midas.elf
    224228
    225229build:
Note: See TracChangeset for help on using the changeset viewer.