summaryrefslogtreecommitdiff
path: root/demo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demo/Makefile')
-rw-r--r--demo/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/demo/Makefile b/demo/Makefile
new file mode 100644
index 0000000..870d2f4
--- /dev/null
+++ b/demo/Makefile
@@ -0,0 +1,6 @@
+wsim : wsim.o
+ gcc wsim.o -o wsim -lcbrll
+wsim.o : wsim.c
+ gcc -c wsim.c
+clean :
+ rm wsim.o wsim