Skip to content

Commit 8dc6833

Browse files
committed
build buddhabrot
1 parent 0931487 commit 8dc6833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
export M68K_CC := m68k-amigaos-gcc
22
export M68K_CXX := m68k-amigaos-g++
3-
export M68K_CFLAGS := -m68020 -m68881 -Os -pedantic -fomit-frame-pointer -pedantic-errors -fno-exceptions
3+
export M68K_CFLAGS := -m68020 -m68881 -Os -pedantic -pedantic-errors -fno-exceptions
44
export M68K_CXXFLAGS:= $(M68K_CFLAGS) -fno-threadsafe-statics -fno-rtti -fno-exceptions
55
export M68K_LDFLAGS:= -nostdlib -nostartfiles
6-
SUBDIRS := SmallPT
6+
SUBDIRS := SmallPT Buddha
77

88
all: $(SUBDIRS)
99

0 commit comments

Comments
 (0)