mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-03 16:10:50 +00:00
funny demo
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@59 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user