summaryrefslogtreecommitdiff
path: root/csim/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'csim/Makefile')
-rw-r--r--csim/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/csim/Makefile b/csim/Makefile
new file mode 100644
index 0000000..32d100d
--- /dev/null
+++ b/csim/Makefile
@@ -0,0 +1,5 @@
+main: main.o load.o sim.o
+ gcc -o csim $^
+
+%.o: %.c
+ gcc -c $< -o $@ -g