Changing asset file location.
This commit is contained in:
parent
c7d6d843f6
commit
d99c1102bd
2
Makefile
2
Makefile
|
|
@ -44,7 +44,7 @@ clean:
|
||||||
# Run executable
|
# Run executable
|
||||||
.PHONY: run
|
.PHONY: run
|
||||||
run: all
|
run: all
|
||||||
$(Q)./$(SOURCE_OUTPUT)
|
$(Q)cd $(BUILD_DIR) && ./$(notdir $(SOURCE_OUTPUT))
|
||||||
|
|
||||||
.PHONY: print-%
|
.PHONY: print-%
|
||||||
print-% :
|
print-% :
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit a0b32165649edb9f2003546ac48057764b12f128
|
Subproject commit 7778fb4aa5f1ffd8622b73c1edf22cb9c1096325
|
||||||
Loading…
Reference in New Issue