diff options
author | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2024-06-20 00:45:25 +0900 |
---|---|---|
committer | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2024-06-20 00:45:25 +0900 |
commit | 5aafe9fe26debd5e354330fc4e85b7ebff22c19e (patch) | |
tree | a82ba54cb537f1090db701f641c703feac1be335 /Makefile.am | |
parent | b01a9f2f3e8b68a9b132287b63e87e18ae837153 (diff) |
Integrate the raylib display to the build system
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |