From 5aafe9fe26debd5e354330fc4e85b7ebff22c19e Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Thu, 20 Jun 2024 00:45:25 +0900 Subject: Integrate the raylib display to the build system --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index af437a6..0182df2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,2 @@ SUBDIRS = src +ACLOCAL_AMFLAGS = -I m4 -- cgit v1.2.3