Skip to content

Commit

Permalink
build buddhabrot
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsc committed Nov 30, 2019
1 parent 0931487 commit 8dc6833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export M68K_CC := m68k-amigaos-gcc
export M68K_CXX := m68k-amigaos-g++
export M68K_CFLAGS := -m68020 -m68881 -Os -pedantic -fomit-frame-pointer -pedantic-errors -fno-exceptions
export M68K_CFLAGS := -m68020 -m68881 -Os -pedantic -pedantic-errors -fno-exceptions
export M68K_CXXFLAGS:= $(M68K_CFLAGS) -fno-threadsafe-statics -fno-rtti -fno-exceptions
export M68K_LDFLAGS:= -nostdlib -nostartfiles
SUBDIRS := SmallPT
SUBDIRS := SmallPT Buddha

all: $(SUBDIRS)

Expand Down

0 comments on commit 8dc6833

Please # to comment.