1
0
mirror of https://gitlab.com/klmp200/LO27.git synced 2025-07-12 04:29:23 +00:00

Commencé matrices, l'exe ne veut plus se lancer pour des questions de build

This commit is contained in:
Naej
2016-12-13 15:55:42 +01:00
parent dba704e4e7
commit 3a91f0655a
5 changed files with 79 additions and 6 deletions

View File

@ -7,7 +7,7 @@ INCLUDEDIR=-I/usr/include -I.
#Library variables
LIBTARGET=libAutomaton.so
LIBSOURCE=list CellElement
LIBSOURCE=list CellElement matrix
LIBSOURCECFILE=$(LIBSOURCE:=.c)
LIBSOURCEOFILE=$(LIBSOURCE:=.o)