mirror of https://github.com/openXC7/prjxray.git
Fix clean step update for 073.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
6bace67abf
commit
63ab362d2a
|
|
@ -21,7 +21,7 @@ run:
|
|||
touch run.${XRAY_PART}.ok
|
||||
|
||||
clean:
|
||||
rm -rf build_* run.${XRAY_PART}.ok
|
||||
rm -rf build_* run.*.ok
|
||||
|
||||
.PHONY: database pushdb run clean
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue