Update Makefile -- fix path to binary
This commit is contained in:
parent
94c5192c92
commit
c57f615e01
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ build/hbas: build src/hbas.c
|
|||
${CC} ${CFLAGS} ${CFLAGS_EXTRA} src/hbas.c -o build/hbas
|
||||
|
||||
build/example.hbf: build build/hbas examples/example.S
|
||||
./hbas < examples/example.S > build/example.hbf
|
||||
./build/hbas < examples/example.S > build/example.hbf
|
||||
xxd build/example.hbf
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Reference in a new issue