summaryrefslogtreecommitdiff
path: root/emux64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emux64/Makefile')
-rw-r--r--emux64/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emux64/Makefile b/emux64/Makefile
index 8455235..c66d461 100644
--- a/emux64/Makefile
+++ b/emux64/Makefile
@@ -8,8 +8,8 @@ all: $(OFILES)
mkdir -p bin/
$(CC) $^ $(CFLAGS) -o bin/emux
-%.c: %.o
- $(CC) -c $< $(CFLAGS)
+%.o: %.c
+ $(CC) -c $< $(CFLAGS) -o $@
.PHONY: clean
clean: