It ... links!

This commit is contained in:
Themaister 2011-12-02 01:59:07 +01:00
parent 216ddc9fd6
commit efbf9354f9

View File

@ -80,7 +80,7 @@ $(PPU_TARGET): $(OBJ)
$(LD) -o $@ $(OBJ) $(LDFLAGS) $(LDDIRS) $(LIBS)
$(STRIP) $(PPU_TARGET)
%.o: %.c config.h
%.o: %.c config.h
$(CC) $(INCDIRS) $(CFLAGS) -c -o $@ $<
%.o: %.cpp config.h