Skip to content

Commit

Permalink
Makefile prêt pour découpage - les jours
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeriuno committed Mar 5, 2016
1 parent 94958a2 commit 51ebd2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Liste des fichiers sources
SOURCE=hotel.c utilitaires.c
SOURCE=hotel.c utilitaires.c jours.c

# Liste des fichiers objets
OBJETS=hotel.o utilitaires.o
OBJETS=hotel.o utilitaires.o jours.o

hotel : $(OBJETS)
cc -o hotel $(OBJETS)
Expand Down

0 comments on commit 51ebd2e

Please sign in to comment.