Explorar o código

Modification makefile + include wildcard

Loquicom %!s(int64=6) %!d(string=hai) anos
pai
achega
6818490406
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 1
      makefile
  2. 1 0
      parser.c

+ 1 - 1
makefile

@@ -3,7 +3,7 @@
 #
 
 EXEC = mysh
-OBJETS = str.o parser.o
+OBJETS = str.o parser.o wildcard.o
 NOM_PROJET = mini-shell
 
 #

+ 1 - 0
parser.c

@@ -12,6 +12,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
+#include "wildcard.h"
 #include "parser.h"
 
 /* --- Fonctions privées --- */