Not sure why the .c.o rule was being overridden, removed it

This commit is contained in:
Daniel Loffgren 2017-03-05 19:26:29 -08:00
parent 838504980a
commit 37b3d65e82
1 changed files with 0 additions and 4 deletions

View File

@ -25,7 +25,3 @@ $(AS):
clean:
rm -f $(PROG) $(ROM) $(OBJS)
.c.o:
$(CC) $(CFLAGS) -o $@ -c $<