funny demo

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@59 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-09-29 06:40:08 +00:00
parent 29b344f831
commit db84c794c7
6 changed files with 122 additions and 4 deletions

View File

@@ -35,6 +35,8 @@ L_CFLAGS += -DUSE_X11
L_OBJS += src/x11.o
L_LIBS += -lX11
E_LIBS += -lm
SO = .so
EXEC =
else ifeq ($(WINDOWS),1)
@@ -47,7 +49,7 @@ SO = .dll
EXEC = .exe
endif
EXAMPLES = examples/example$(EXEC)
EXAMPLES = examples/example$(EXEC) examples/rotate$(EXEC)
.PHONY: all format clean lib examples