mirror of
https://github.com/yarrick/iodine.git
synced 2024-12-22 21:33:33 +02:00
echo bra i cc
This commit is contained in:
parent
0de8e715e3
commit
d4ecde9188
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -17,7 +17,7 @@ $(OUT): $(OBJS)
|
|||
@$(CC) $(OBJS) -o $(OUT) $(LDFLAGS)
|
||||
|
||||
.c.o:
|
||||
@echo CC $@
|
||||
@echo CC $<
|
||||
@$(CC) $(CFLAGS) $< -o $@
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Reference in a new issue