Commit 0b974c2cf1f644b459e355ca489a92ccbd0cd3f5

Authored by sdardenn
1 parent 8d29be10

ajout Makefile

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
Makefile
... ... @@ -30,4 +30,4 @@ $(OBJS): $(HDRS) Makefile
30 30  
31 31 # nettoyage
32 32 clean:
33 33 - rm -f core $(EXE) *.o
  34 + rm -f core $(EXE) *.o
34 35 \ No newline at end of file
... ...