mirror of
https://github.com/Silicon1602/srdl2sv.git
synced 2025-08-23 16:53:05 +00:00
Add Makefiles in example/ to easily rebuild all examples
This commit is contained in:
11
examples/Makefile
Normal file
11
examples/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
ALL_DIRS = $(shell ls -d */)
|
||||
|
||||
.PHONY: clean $(ALL_DIRS)
|
||||
|
||||
default: $(ALL_DIRS)
|
||||
|
||||
$(ALL_DIRS):
|
||||
make -C $@
|
||||
|
||||
clean:
|
||||
rm -rf */srdl2sv_out
|
Reference in New Issue
Block a user