diff --git a/Makefile b/Makefile index fdc9fb8..640e949 100644 --- a/Makefile +++ b/Makefile @@ -43,3 +43,6 @@ cleanlib: clean: cleanlib rm -f $(PROG) $(ROM) $(OBJS) +.c.o: + $(CC) $(CFLAGS) -o $@ -c $< +