summaryrefslogtreecommitdiff
path: root/csim/Makefile
diff options
context:
space:
mode:
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