mirror of
https://github.com/cc65/cc65.git
synced 2025-01-05 15:30:44 +00:00
Update Makefile
This commit is contained in:
parent
1f245fbc0b
commit
4fd17161eb
@ -148,7 +148,7 @@ endef # PROG_template
|
||||
|
||||
../wrk/%.o: %.c
|
||||
@echo $<
|
||||
$(CC) -c $(CFLAGS) -o $@ $<
|
||||
@$(CC) -c $(CFLAGS) -o $@ $<
|
||||
|
||||
../bin:
|
||||
@$(call MKDIR,$@)
|
||||
|
Loading…
Reference in New Issue
Block a user