GNUSTEP_MAKEFILES = /usr/local/share/GNUstep/Makefiles
include $(GNUSTEP_MAKEFILES)/common.make

APP_NAME = TinyClock

TinyClock_OBJC_FILES = main.m controller.m view.m

-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/application.make
-include GNUmakefile.postamble
