Changing naming convention.

This commit is contained in:
Nicolás A. Ortega 2016-06-03 03:46:33 +02:00
parent 05b7131310
commit dc2c47b34b
No known key found for this signature in database
GPG Key ID: 4825F773B8D44EFF
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
AS=as
LINKER=ld
OBJ=src/HelloWorld.o
OBJ=src/helloworld.o
%.o: %.asm
$(AS) -o $@ $<