We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aee08c commit 83d5bd0Copy full SHA for 83d5bd0
Makefile
@@ -47,13 +47,9 @@ debug:
47
make libRGFW$(LIB_EXT)
48
python3 basic.py
49
50
-RGFW.h:
51
- curl -o RGFW.h https://raw.githubusercontent.com/ColleagueRiley/RGFW/main/RGFW.h
52
-
53
RGFW.o:
54
- make RGFW.h
55
$(CC) $(CUSTOM_CFLAGS) -x c -c RGFW.h -D RGFW_OPENGL -D RGFW_BUFFER -D RGFW_IMPLEMENTATION -D RGFW_NO_JOYSTICK_CODES -fPIC
56
57
libRGFW$(LIB_EXT):
58
make RGFW.o
59
- $(CC) $(CUSTOM_CFLAGS) -shared RGFW.o $(LIBS) -o libRGFW$(LIB_EXT)
+ $(CC) $(CUSTOM_CFLAGS) -shared RGFW.o $(LIBS) -o libRGFW$(LIB_EXT)
0 commit comments