Skip to content

Commit

Permalink
changement du skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
trecouvr committed Apr 8, 2012
1 parent 2275c73 commit 41ded01
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ LIST=sample.exe
all : $(LIST)

#
sample.exe : sample.cpp ComManager.o
$(CC) -o sample.exe sample.cpp ComManager.o $(LIBS)
sample.exe : sample.cpp comManager.o
$(CC) -o sample.exe sample.cpp comManager.o $(LIBS)

ComManager.o : ComManager.cpp
$(CC) -o ComManager.o -c ComManager.cpp $(LIBS)
ComManager.o : comManager.cpp
$(CC) -o comManager.o -c comManager.cpp $(LIBS)

# To delete tmp files
clean :
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 41ded01

Please sign in to comment.