diff --git a/Makefile b/Makefile index bf82d38..5da0012 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,3 @@ $(AS): clean: rm -f $(PROG) $(ROM) $(OBJS) - -.c.o: - $(CC) $(CFLAGS) -o $@ -c $< -