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