Changes between Version 2 and Version 3 of SujetTP1-2017
- Timestamp:
- Feb 2, 2017, 9:02:29 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SujetTP1-2017
v2 v3 92 92 }}} 93 93 {{{#!protected 94 Un `Makefile` un peu plus complexe qui se charge de la copie et qui utilise la règle de compilation implicite: 94 95 {{{#!make 95 96 CC=bcm2708hardfp-gcc 96 97 CFLAGS=-O2 -static 97 helloworld : helloworld.c 98 CARD=5020 99 NAME=lacas 100 APP=helloworld 101 102 all: $(APP) 103 scp -P $(CARD) $^ pi@132.227.102.36:lacas 104 105 clean: 106 rm $(APP) 98 107 }}} 99 108 }}}