summaryrefslogtreecommitdiff
path: root/demo/Makefile
blob: 870d2f4eef8fc06fff9a59d3ba92c7739d5164bf (plain)
1
2
3
4
5
6
wsim : wsim.o
	gcc wsim.o -o wsim   -lcbrll
wsim.o : wsim.c
	gcc -c wsim.c 
clean :
	rm wsim.o wsim