Méthodologie et Outils de Conception de Circuits numériques Avancés
MOCCA 5IN159
Login
Help/Guide
About Trac
Preferences
Wiki
Context Navigation
Back to MOCCA-TP3-2020
MOCCA-TP3-2020
: Makefile
File Makefile,
254 bytes
(added by
franck
,
4 years ago
)
Complilation et exécution de cecle
Line
1
CFLAGS
=
-Wall -O3 -std
=
c99
2
LDFLAGS
=
-lm
3
4
#cercle: cercle.c
5
6
plot
:
cercle
7
./cercle
8
gnuplot -e
'plot [-130:130] [-130:130] "cordic.dat" with lines;'
\
9
-e
'replot "cossin.dat" with lines;'
\
10
-e
'pause -1'
11
clean
:
12
rm *.dat *~ cercle
Download in other formats:
Original Format