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 cc88ac3..6827579 100644
--- a/csim/Makefile
+++ b/csim/Makefile
@@ -1,4 +1,4 @@
-csim: main.o load.o sim.o
+csim: main.o load.o sim.o util.o
gcc -o csim $^
%.o: %.c