Skip to content

Commit 53939fd

Browse files
author
Chris Warren-Smith
committed
RAYLIB: depending on sbasic doesn't work with flatpak builds
1 parent b847032 commit 53939fd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

raylib/Makefile.am

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
generated = func-def.h proc-def.h proc.h func.h
99
sbasic=sbasic
1010

11-
CLEANFILES = $(generated)
12-
1311
raylib/tools/rlparser/output/raylib_api.json: raylib/src/raylib.h raylib/tools/rlparser/rlparser.c
1412
(cd raylib/tools/rlparser && make && ./rlparser --format JSON --input ../../src/raylib.h --output raylib_api.json)
1513

@@ -23,9 +21,7 @@ $(generated): raylib/parser/raylib_api.json mkraylib.bas
2321
$(sbasic) mkraylib.bas $@ > $@
2422
@touch main.cpp
2523

26-
gen: $(generated)
27-
28-
all-am: $(generated) README.md
24+
gen: $(generated) README.md
2925

3026
AM_CXXFLAGS=-fno-rtti -std=c++14 -fpermissive
3127
AM_CPPFLAGS = -Iraylib/src -Iraylib/src/external/glfw/include -Iraylib/src/external/glfw/deps/mingw \

0 commit comments

Comments
 (0)