comparison target-utils/compalstage/Makefile @ 26:b301b75de0e0

install misc files into /usr/local/share/freecalypso as non-executable
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 23 Oct 2016 01:20:55 +0000
parents 21eec7569eb8
children 2c9ea966edb9
comparison
equal deleted inserted replaced
25:75cd626cf379 26:b301b75de0e0
24 compalstage-thumb.o: compalstage.S 24 compalstage-thumb.o: compalstage.S
25 ${CC} -DTHUMB_ENTRY -c -o $@ $< 25 ${CC} -DTHUMB_ENTRY -c -o $@ $<
26 26
27 install: 27 install:
28 mkdir -p ${INSTDIR} 28 mkdir -p ${INSTDIR}
29 install -c ${TARGETS} ${INSTDIR} 29 install -c -m 644 ${TARGETS} ${INSTDIR}
30 30
31 clean: 31 clean:
32 rm -f *.o *errs *core *.bin 32 rm -f *.o *errs *core *.bin
33 33
34 FRC: 34 FRC: