Skip to content

Commit

Permalink
- Fixed the fixed makefile
Browse files Browse the repository at this point in the history
git-svn-id: https://openxcom.svn.sourceforge.net/svnroot/openxcom/trunk@170 11c4a5ed-7179-4546-81a6-367b3be9d812
  • Loading branch information
SupSuper committed Oct 21, 2010
1 parent 2904ee6 commit 51d4fe2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ all: $(BINDIR)$(BIN)
$(BINDIR)$(BIN): $(OBJS)
$(CXX) $(OBJS) $(LDFLAGS) -o $(BINDIR)$(BIN)

$(OBJDIR)%.o: %.cpp
$(CXX) $(CXXFLAGS) -c -o $@ $<

$(OBJDIR)%.o: */%.cpp
$(CXX) $(CXXFLAGS) -c -o $@ $<

Expand Down

0 comments on commit 51d4fe2

Please sign in to comment.