From 3000f7986489f01ecda0d20af68dc73c2f074fa9 Mon Sep 17 00:00:00 2001 From: rodri Date: Tue, 30 Jan 2024 15:12:36 +0000 Subject: adapted to the new libgraphics and its rendering requirements. --- mkfile | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) (limited to 'mkfile') diff --git a/mkfile b/mkfile index 14aa18c..c45231c 100644 --- a/mkfile +++ b/mkfile @@ -6,25 +6,14 @@ OFILES=\ alloc.$O\ main.$O\ -HFILES=libgeometry/geometry.h\ - libgraphics/graphics.h\ - libobj/obj.h\ - dat.h\ - fns.h\ +HFILES=dat.h fns.h LIB=\ libobj/libobj.a$O\ libgraphics/libgraphics.a$O\ - libgeometry/libgeometry.a$O\ - -CFLAGS=$CFLAGS -I. -Ilibgeometry -Ilibgraphics -Ilibobj