1
0
Fork 0
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:
Henrik Hautakoski 2018-12-18 13:25:56 +01:00
parent f385a4c47e
commit 8ef4c7edcd
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA
2 changed files with 2 additions and 2 deletions

View file

@ -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 :