summaryrefslogtreecommitdiff
path: root/csim/Makefile
diff options
context:
space:
mode:
authorAlex AUVOLAT <alex.auvolat@ens.fr>2014-01-03 19:05:10 +0100
committerAlex AUVOLAT <alex.auvolat@ens.fr>2014-01-03 19:05:10 +0100
commit1ff268ab13dd299c4cdc1e379df5397bd6a394e3 (patch)
tree014db93062f26cdfe2d2639fd833afd554e94a66 /csim/Makefile
parentc46fe12e47c405fbb03f0c93121402d873bc470e (diff)
downloadSystDigit-Projet-1ff268ab13dd299c4cdc1e379df5397bd6a394e3.tar.gz
SystDigit-Projet-1ff268ab13dd299c4cdc1e379df5397bd6a394e3.zip
Added simulator monitor tool.
Diffstat (limited to 'csim/Makefile')
-rw-r--r--csim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/csim/Makefile b/csim/Makefile
index 6827579..ae4cc4e 100644
--- a/csim/Makefile
+++ b/csim/Makefile
@@ -1,5 +1,5 @@
csim: main.o load.o sim.o util.o
- gcc -o csim $^
+ gcc -o $@ $^
%.o: %.c
gcc -c $< -o $@ -O2 -g