1
0
mirror of https://github.com/cc65/cc65.git synced 2024-05-31 22:41:32 +00:00

Update Makefile

This commit is contained in:
existensialMemory 2018-06-04 22:17:25 -04:00 committed by GitHub
parent 1f245fbc0b
commit 4fd17161eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,7 +148,7 @@ endef # PROG_template
../wrk/%.o: %.c
@echo $<
$(CC) -c $(CFLAGS) -o $@ $<
@$(CC) -c $(CFLAGS) -o $@ $<
../bin:
@$(call MKDIR,$@)