Update Makefile -- fix path to binary
This commit is contained in:
parent
94c5192c92
commit
c57f615e01
4
Makefile
4
Makefile
|
@ -14,11 +14,11 @@ 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:
|
||||
rm -rf build
|
||||
|
||||
all:
|
||||
hbas
|
||||
hbas
|
||||
|
|
Loading…
Reference in a new issue