mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-22 10:41:43 +00:00
assembler.c -> asm.c
This commit is contained in:
parent
6d0b925fbb
commit
988009a4b3
2 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ OBJ = main.o \
|
|||
typedef.o \
|
||||
util.o \
|
||||
code.o \
|
||||
assembler.c
|
||||
asm.c
|
||||
|
||||
%.o: %.c
|
||||
$(CC) -c $< -o $@ $(CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue