diff --git a/_examples/funkensturm/Makefile b/_examples/funkensturm/Makefile index 41ba18f8..b6663f52 100644 --- a/_examples/funkensturm/Makefile +++ b/_examples/funkensturm/Makefile @@ -4,7 +4,7 @@ include $(GOROOT)/src/Make.inc TARG=funkensturm GOFILES=funkensturm.go\ - config_delay.go\ + config.go\ DEPS=../../ include $(GOROOT)/src/Make.cmd