Skip to content
Extraits de code Groupes Projets
Valider 3822c0b3 rédigé par Eliah Rebstock's avatar Eliah Rebstock
Parcourir les fichiers

Fix issues with new Makefile

parent 0f51f077
Branches
Étiquettes
1 requête de fusion!6Refactor log makefiles and source directories
Pipeline #951 réussi
......@@ -28,7 +28,7 @@ TARGET_DIR = target
SRC_DIR = src
TOOLS_DIR = tools
LOGLIBDIR = lib
LOGLIBDIR = `$(CD) lib; pwd`
LIBDIR = `$(CD) ../lib; pwd`
LOCINC = ../psys/include
......@@ -72,7 +72,7 @@ TOOLOBJ = $(SIMOBJ) $(TARGET_DIR)/logspc.o $(TARGET_DIR)/logntk.o
$(TARGET_DIR)/ana/%.o: $(SRC_DIR)/ana/%.c
$(TARGET_DIR)/%.o: $(SRC_DIR)/%.c
@mkdir -p $(@D)
$(CC) -c $(CFLAGS) $(LIBX11) $(OTHERLIBS) $< -o $@
$(CC) -c $(CFLAGS) $< -o $@
install: all
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter