index
:
SystDigit-Projet.git
master
Projet de Système Digital
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
csim
/
Makefile
blob: c94bee2797d4ea3b286391e36fbd75a797444ff1 (
plain
) (
tree
)
94e88e8
cebd07b
1
2
3
4
5
csim
:
main
.
o
load
.
o
sim
.
o
gcc
-o
csim
$^
%.o
:
%.
c
gcc
-c
$<
-o
$@
-g