Changing naming convention.
This commit is contained in:
parent
05b7131310
commit
dc2c47b34b
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
AS=as
|
AS=as
|
||||||
LINKER=ld
|
LINKER=ld
|
||||||
OBJ=src/HelloWorld.o
|
OBJ=src/helloworld.o
|
||||||
|
|
||||||
%.o: %.asm
|
%.o: %.asm
|
||||||
$(AS) -o $@ $<
|
$(AS) -o $@ $<
|
||||||
|
Loading…
Reference in New Issue
Block a user