summaryrefslogtreecommitdiff
path: root/demo/Makefile
diff options
context:
space:
mode:
authorHaoran S. Diao <0@hairydiode.xyz>2019-02-08 13:11:56 -0500
committerHaoran S. Diao <0@hairydiode.xyz>2019-02-08 13:11:56 -0500
commit7e33567ba8943b098a5bb239fe81b828461a55cf (patch)
treeb03e503a17b43669f0756eb604753c9b35477a70 /demo/Makefile
initial commit
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