mirror of https://github.com/openXC7/prjxray.git
bram: make run targets
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
eddf249df1
commit
640aee90b9
|
|
@ -17,6 +17,12 @@ $(SPECIMENS_OK): build
|
|||
bash generate.sh $(subst /OK,,$@)
|
||||
touch $@
|
||||
|
||||
run:
|
||||
$(MAKE) clean
|
||||
$(MAKE) database
|
||||
$(MAKE) pushdb
|
||||
touch run.ok
|
||||
|
||||
clean:
|
||||
rm -rf build
|
||||
|
||||
|
|
|
|||
|
|
@ -16,6 +16,12 @@ $(SPECIMENS_OK): build
|
|||
bash generate.sh $(subst /OK,,$@)
|
||||
touch $@
|
||||
|
||||
run:
|
||||
$(MAKE) clean
|
||||
$(MAKE) database
|
||||
$(MAKE) pushdb
|
||||
touch run.ok
|
||||
|
||||
clean:
|
||||
rm -rf build
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue