Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexx2000 authored Sep 21, 2017
1 parent 94cda58 commit ba94712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wdx/ooxml/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ distclean: clean
####### Compile

.c.o:
$(CC) -c $(CFLAGS) $(INCPATH) $(DEFINES) -c $<
$(CC) -c $(CFLAGS) $(INCPATH) -c $<

.cpp.o:
$(CXX) $(CPPFLAGS) $(CXXFLAGS) $(INCPATH) $(DEFINES) -c $<
$(CXX) $(CPPFLAGS) $(CXXFLAGS) $(INCPATH) -c $<

FORCE:

0 comments on commit ba94712

Please sign in to comment.