Fix: use 1 based instead of 0 based fileid
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
.PHONY: all clean run
|
||||
.PHONY: all clean
|
||||
|
||||
all:
|
||||
make -C build.linux depend
|
||||
make -C build.linux -j 16
|
||||
make -C test -j 16
|
||||
make -C test run
|
||||
|
||||
clean:
|
||||
make -C build.linux distclean
|
||||
make -C test distclean
|
||||
|
||||
run:
|
||||
make -C test run
|
||||
|
||||
Reference in New Issue
Block a user