mirror of
https://github.com/pnx/m16vm
synced 2026-06-18 04:00:02 +02:00
move lib/src/vector.c to lib/vector.c
This commit is contained in:
parent
f385a4c47e
commit
8ef4c7edcd
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -32,7 +32,7 @@ m16as : src/as/as.o src/as/parser.o src/as/lexer.o \
|
|||
src/as/ast.o lib/libm16.a
|
||||
$(LD) $(LDFLAGS) -o $@ $^
|
||||
|
||||
lib/libm16.a : lib/src/vector.o
|
||||
lib/libm16.a : lib/vector.o
|
||||
$(AR) rcs $@ $^
|
||||
|
||||
clean :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue