فهرست منبع

Modification makefile + include wildcard

Loquicom 6 سال پیش
والد
کامیت
6818490406
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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 --- */