1
0
mirror of https://gitlab.com/klmp200/LO27.git synced 2025-07-11 21:59:22 +00:00

Ajout d'une gui et correction de l'apply rules

This commit is contained in:
2016-12-29 03:14:07 +01:00
parent b6db74e7ee
commit 8edc9fcfd1
5 changed files with 129 additions and 27 deletions

View File

@ -7,7 +7,7 @@ INCLUDEDIR=-I/usr/include -I. -I../LibMatrix
#Library variables
LIBTARGET=libGui.so
LIBSOURCE=pixel
LIBSOURCE=gui
LIBSOURCECFILE=$(LIBSOURCE:=.c)
LIBSOURCEOFILE=$(LIBSOURCE:=.o)