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