
#
# When compiling the test version (non-install),
# increment the revision counter on each compile
#
version:: IncVersion
	@echo "Incrementing revision counter..."
	@IncVersion
	@$(MAKE) app
	

IncVersion: IncVersion.m
	$(CC) $(CFLAGS) IncVersion.m -o IncVersion
	
OTHER_GARBAGE = IncVersion