mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Added Makefile to compile rvvidaemon
This commit is contained in:
parent
72c1374d9c
commit
e16cf9d739
10
fpga/rvvidaemon/Makefile
Normal file
10
fpga/rvvidaemon/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
all: rvvidaemon
|
||||
|
||||
rvvidaemon: rvvidaemon.o
|
||||
gcc $^ -o rvvidaemon
|
||||
|
||||
%.o:%.c
|
||||
gcc -c $^ -o $@
|
||||
|
||||
clean:
|
||||
rm *.o rvvidaemon
|
Loading…
Reference in New Issue
Block a user