Added PS2 test.

This commit is contained in:
Angelo Papenhoff
2015-01-18 19:35:23 +01:00
parent fc40bbdffe
commit 8cd30a4dfd
23 changed files with 2385 additions and 1 deletions

View File

@ -20,9 +20,11 @@ $(LIB): $(OBJ)
ar scr $@ $(OBJ)
$(BUILDDIR)/%.o: $(SRCDIR)/%.cpp
@mkdir -p $(@D)
$(CXX) $(CFLAGS) $(INCPATH) -c $< -o $@
$(BUILDDIR)/%.d: $(SRCDIR)/%.cpp
@mkdir -p $(@D)
$(CXX) -MM -MT '$(patsubst $(SRCDIR)/%.cpp,$(BUILDDIR)/%.o,$<)' $(CFLAGS) $< > $@
clean: